i3: deaktiviere exit
This commit is contained in:
parent
127e6dbd63
commit
0291babcca
1 changed files with 2 additions and 2 deletions
|
@ -155,13 +155,13 @@ bindsym $mod1+Ctrl+0 move container to workspace number $ws10; workspace number
|
||||||
|
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
bindsym $mod1+Shift+c reload
|
#bindsym $mod1+Shift+c reload
|
||||||
|
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
bindsym $mod1+Shift+r restart
|
bindsym $mod1+Shift+r restart
|
||||||
|
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
bindsym $mod1+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'"
|
# bindsym $mod1+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'"
|
||||||
|
|
||||||
# keine Fensterrahmen wenn nur ein Fenster angezeigt wird
|
# keine Fensterrahmen wenn nur ein Fenster angezeigt wird
|
||||||
hide_edge_borders smart
|
hide_edge_borders smart
|
||||||
|
|
Loading…
Reference in a new issue