Bladeren bron

Remove "i3" from confirmation caption

For some reason this has always been confusing me.
Alois Mahdal 10 jaren geleden
bovenliggende
commit
d3fb1ca7a6
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config Bestand weergeven

114
 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
114
 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
115
 bindsym $mod+Shift+r restart
115
 bindsym $mod+Shift+r restart
116
 # exit i3 (logs you out of your X session)
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
 # resize window (you can also use the mouse for that)
119
 # resize window (you can also use the mouse for that)
120
 mode "resize" {
120
 mode "resize" {