- Updated exit dialog and color separator
This commit is contained in:
parent
656f72f848
commit
0f505fa772
1 changed files with 7 additions and 1 deletions
|
@ -117,7 +117,12 @@ 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 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 exec "i3-nagbar -t error -m 'Q' \
|
||||||
|
-b 'Exit' 'i3-msg exit' \
|
||||||
|
-b 'Suspend' 'systemctl suspend' \
|
||||||
|
-b 'Reboot' 'systemctl reboot' \
|
||||||
|
-b 'Halt' 'systemctl poweroff'"
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
@ -153,6 +158,7 @@ bar {
|
||||||
colors {
|
colors {
|
||||||
statusline #f2f2f2
|
statusline #f2f2f2
|
||||||
background #3e3f3f
|
background #3e3f3f
|
||||||
|
separator #f2f2f2
|
||||||
#color class border back. text
|
#color class border back. text
|
||||||
focused_workspace #F3F4F5 #747C84 #F3F4F5
|
focused_workspace #F3F4F5 #747C84 #F3F4F5
|
||||||
active_workspace #747C84 #747C84 #F3F4F5
|
active_workspace #747C84 #747C84 #F3F4F5
|
||||||
|
|
Loading…
Reference in a new issue