aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-08-02 15:40:26 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-02 15:42:43 +0100
commit94888e58a24f5cab6d3f05dbe6d335b0869cda55 (patch)
treea6713216327a31da5bfd4d9768ec9ae2bf19ed50 /config.in
parentMerge pull request #2407 from RyanDwyer/fix-popups-v3 (diff)
downloadsway-94888e58a24f5cab6d3f05dbe6d335b0869cda55.tar.gz
sway-94888e58a24f5cab6d3f05dbe6d335b0869cda55.tar.zst
sway-94888e58a24f5cab6d3f05dbe6d335b0869cda55.zip
config.in: nag user on exit
Diffstat (limited to 'config.in')
-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#