add kakoune shortcuts, use cinnamon-screensaver

This commit is contained in:
Johann Dreo 2022-08-10 09:41:28 +02:00
commit 66bd4c6e3a

View file

@ -51,9 +51,15 @@ defbindings("WMPlex.toplevel", {
-- vifm
kpress(META.."F7", "ioncore.exec_on(_, 'terminator -p kakoune -e vifm')"),
-- kakoune
kpress(META.."F8", "ioncore.exec_on(_, 'terminator -p kakoune -e /home/nojhan/.local/bin/ks')"),
-- vifm
kpress(META.."F9", "ioncore.exec_on(_, 'terminator -p kakoune -e vifm')"),
-- Lock
kpress(META.."l", "ioncore.exec_on(_, 'gnome-screensaver-command -l')"),
kpress(META.."l", "ioncore.exec_on(_, 'cinnamon-screensaver & cinnamon-screensaver-command -l')"),
-- menu général ion3
kpress(META.."F12", "mod_query.query_menu(_, _sub, 'mainmenu', 'Main menu:')")