Browse Source

Remove "i3" from confirmation caption

For some reason this has always been confusing me.
Alois Mahdal 10 years ago
parent
commit
d3fb1ca7a6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config View File

@@ -114,7 +114,7 @@ bindsym $mod+Shift+c reload
114 114
 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
115 115
 bindsym $mod+Shift+r restart
116 116
 # exit i3 (logs you out of your X session)
117
-bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
117
+bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit' 'i3-msg exit'"
118 118
 
119 119
 # resize window (you can also use the mouse for that)
120 120
 mode "resize" {