diff options
Diffstat (limited to 'home-config/sway/config.d/keybinds')
-rw-r--r-- | home-config/sway/config.d/keybinds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/sway/config.d/keybinds b/home-config/sway/config.d/keybinds index d70cf82..7278d49 100644 --- a/home-config/sway/config.d/keybinds +++ b/home-config/sway/config.d/keybinds @@ -19,7 +19,7 @@ bindsym $mod+Shift+l exec $lock bindsym Ctrl+Alt+Delete exec killall sway # Power menu -bindsym $mod+L exec killall wlogout || wlogout --css ~/.config/sway/power/style.css -l ~/.config/sway/power/layout +bindsym $mod+L exec killall wlogout || wlogout --css ~/.config/sway/logout.d/power/style.css -l ~/.config/sway/logout.d/power/layout # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. |