aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-19 11:18:02 -0500
committerJesús <heckyel@hyperbola.info>2019-04-19 11:18:02 -0500
commitec239efaff9b0ecd536a443d4fe218c6b3c0afee (patch)
treebbfa7159aea221744407ee2da2233c37ebff9911
parentf8c3ba2a7bc9202c78bdabbf09c8766006e8dfe2 (diff)
downloadi3-config-ec239efaff9b0ecd536a443d4fe218c6b3c0afee.tar.lz
i3-config-ec239efaff9b0ecd536a443d4fe218c6b3c0afee.tar.xz
i3-config-ec239efaff9b0ecd536a443d4fe218c6b3c0afee.zip
minor fix
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index e325472..f15d3df 100644
--- a/config
+++ b/config
@@ -277,7 +277,7 @@ set $mode_system System (e) logout, (u) switch_user, (s) suspend, (h) hibernate,
mode "$mode_system" {
bindsym s exec --no-startup-id loginctl suspend, mode "default"
bindsym u exec --no-startup-id i3exit switch_user, mode "default"
- bindsym e exec --no-startup-id i3exit logout, mode "default"
+ bindsym e exec --no-startup-id i3-msg exit, mode "default"
bindsym h exec --no-startup-id loginctl hibernate, mode "default"
bindsym r exec --no-startup-id loginctl reboot, mode "default"
bindsym Shift+s exec --no-startup-id loginctl poweroff, mode "default"