add kakoune shortcuts, use cinnamon-screensaver
This commit is contained in:
parent
b5b350a1d3
commit
66bd4c6e3a
1 changed files with 7 additions and 1 deletions
|
|
@ -52,8 +52,14 @@ 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:')")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue