diff options
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 230fd25..910b7fa 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -10,9 +10,6 @@ bindsym $mod+w exec firefox --private-window # kill focused window bindsym $mod+Shift+q kill -# start your launcher -bindsym $mod+d exec menu -run - # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows. @@ -24,12 +21,13 @@ floating_modifier $mod normal bindsym $mod+Shift+c reload # exit sway (logs you out of your wayland session) -bindsym $mod+Shift+e exec swaynag \ - -t warning \ - -m 'exit: what now?' \ - -b 'exit' 'swaymsg exit' \ - -b 'poweroff' 'doas poweroff' \ - -b 'reboot' 'doas reboot' +bindsym $mod+Shift+e exit +# bindsym $mod+Shift+e exec swaynag \ +# -t warning \ +# -m 'exit: what now?' \ +# -b 'exit' 'swaymsg exit' \ +# -b 'poweroff' 'doas poweroff' \ +# -b 'reboot' 'doas reboot' bindsym $mod+Shift+backspace exec lock |