logo

dotfiles

My dotfiles, one branch per machine, rebased on base
commit: cc68393a9b52c8c72c4088742d3c7df1f2c3d4f4
parent: 5515109623b38a1d3988993300644c5edf51cd37
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 16 Mar 2020 21:14:11 +0100

sway/config: Exit sway without dialog

Diffstat:

M.config/sway/config2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -40,7 +40,7 @@ bindsym $mod+Shift+9 move window to workspace 9 bindsym $mod+Shift+0 move window to workspace 10 bindsym $mod+q reload -bindsym $mod+Shift+q exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' +bindsym $mod+Shift+q exit bindsym $mod+w focus output left bindsym $mod+Shift+w move window to output left bindsym $mod+e focus output right