Updated config

This commit is contained in:
Eduard Urbach 2024-03-08 11:28:13 +01:00
parent 39905b54c3
commit 3b51011695
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 2 additions and 2 deletions

View file

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

View file

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