diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-06 23:23:29 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-06 23:23:29 +0100 |
commit | 4d27ab81a96855009a1a771b363b2204d2ce634e (patch) | |
tree | 12ac41ed36a775f237bb167c29784b07791dbad4 /sway.config | |
parent | f34a1b208b7b7527a57126b41e08d65302dd0ea6 (diff) |
Disable swaynag
Diffstat (limited to 'sway.config')
-rw-r--r-- | sway.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway.config b/sway.config index 849b0a7..3ec37e4 100644 --- a/sway.config +++ b/sway.config @@ -89,7 +89,8 @@ input type:pointer bindsym $mod+Shift+c reload # Exit sway (logs you out of your Wayland session) - bindsym $mod+Shift+e 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+e exit + #bindsym $mod+Shift+e 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' # # Moving around: # |