diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:09:10 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:09:10 +0100 |
| commit | 341a820c1148b101fc6fdfa07e05142983af752d (patch) | |
| tree | ba38ca676b6728032245aead13ae3b60ba777bd8 /.config/sway/binds.conf | |
| parent | 0da455bb966d237a8359183bdc59910d44cfb849 (diff) | |
sway: cleanup config
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 |