summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <RedSoxFan@users.noreply.github.com>2018-08-02 22:35:26 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-02 22:35:26 -0400
commit5ac3509d546ee2e585ecb58aeea94ff9f3e8259d (patch)
tree745c117217c20dc05a447c5e34db1d35fec5b62b
parentMerge pull request #2325 from emersion/wlr-gamma-control (diff)
parentMerge branch 'master' into exit-nag (diff)
downloadsway-5ac3509d546ee2e585ecb58aeea94ff9f3e8259d.tar.gz
sway-5ac3509d546ee2e585ecb58aeea94ff9f3e8259d.tar.zst
sway-5ac3509d546ee2e585ecb58aeea94ff9f3e8259d.zip
Merge pull request #2408 from ianyfan/exit-nag
Change exit binding in default config to nag user, matching i3
-rw-r--r--config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.in b/config.in
index 41f53461..124f825d 100644
--- a/config.in
+++ b/config.in
@@ -81,8 +81,8 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
81 # reload the configuration file 81 # reload the configuration file
82 bindsym $mod+Shift+c reload 82 bindsym $mod+Shift+c reload
83 83
84 # exit sway (logs you out of your wayland session) 84 # exit sway (logs you out of your Wayland session)
85 bindsym $mod+Shift+e exit 85 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'
86# 86#
87# Moving around: 87# Moving around:
88# 88#