Add screen lock shortcut
This commit is contained in:
parent
e03d38089d
commit
9694a319c2
1 changed files with 4 additions and 1 deletions
|
|
@ -36,9 +36,12 @@ defbindings("WMPlex.toplevel", {
|
|||
-- firefox
|
||||
kpress(META.."F4", "ioncore.exec_on(_, 'firefox')"),
|
||||
|
||||
-- firefox
|
||||
-- Nautilus
|
||||
kpress(META.."F5", "ioncore.exec_on(_, 'nautilus --no-desktop')"),
|
||||
|
||||
-- Lock
|
||||
kpress(META.."l", "ioncore.exec_on(_, 'gnome-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