Change display name, remove nagbar from exit bindsym
This commit is contained in:
parent
8de626978a
commit
522647a3e7
|
@ -93,8 +93,7 @@ bindsym $mod+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 $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
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'"
|
bindsym $mod+Shift+e exit
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
# These bindings trigger as soon as you enter the resize mode
|
# These bindings trigger as soon as you enter the resize mode
|
||||||
|
@ -130,7 +129,7 @@ bindsym $mod+m move workspace to output left
|
||||||
bar {
|
bar {
|
||||||
status_command i3status -c ~/.config/i3status/$HOSTNAME.config
|
status_command i3status -c ~/.config/i3status/$HOSTNAME.config
|
||||||
tray_output primary
|
tray_output primary
|
||||||
output eDP1
|
output eDP-1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Ctrl+Alt+L to lock the screen
|
# Ctrl+Alt+L to lock the screen
|
||||||
|
|
Loading…
Reference in New Issue