Updated config

This commit is contained in:
Eduard Urbach 2024-03-08 11:28:13 +01:00
parent 26e4fd0ff8
commit 6abf78bec4
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ bind = $leader, Space, exec, $menu
bind = , Print, exec, $screenshot bind = , Print, exec, $screenshot
# Session management # Session management
bind = $leader, F11, exit, bind = $leader, Backspace, exit,
bind = $leader, F12, exec, $logout bind = $leader, F12, exec, $logout
# Window management # Window management

View File

@ -2,7 +2,7 @@
"label" : "logout", "label" : "logout",
"action" : "loginctl terminate-user $USER", "action" : "loginctl terminate-user $USER",
"text" : "Logout", "text" : "Logout",
"keybind" : "e" "keybind" : "l"
} }
{ {
"label" : "shutdown", "label" : "shutdown",