cleaning up i3config
This commit is contained in:
parent
95b9939333
commit
e7ede41b44
1 changed files with 9 additions and 10 deletions
|
@ -121,10 +121,10 @@ mode "$mode_system" {
|
|||
bindsym e exec --no-startup-id ~/bin/i3exit exit, mode "default"
|
||||
bindsym r exec --no-startup-id ~/bin/i3exit reboot, mode "default"
|
||||
bindsym Shift+s exec --no-startup-id ~/bin/i3exit shutdown, mode "default"
|
||||
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
bindsym $mod+Shift+e mode "$mode_system"
|
||||
|
||||
|
@ -144,16 +144,15 @@ set_from_resource $bgalt i3wm.color8
|
|||
|
||||
workspace_layout default
|
||||
|
||||
# class brdr bg txt indic childbdr
|
||||
client.focused $bg $bg $fg $bg $bg
|
||||
client.focused_inactive $bg $bg $fg $bg $bg
|
||||
client.unfocused $bgalt $bgalt $fg $bg $bgalt
|
||||
# class brdr bg txt indic childbdr
|
||||
client.focused $bg $bg $fg $bg $bg
|
||||
client.focused_inactive $bg $bg $fg $bg $bg
|
||||
client.unfocused $bgalt $bgalt $fg $bg $bgalt
|
||||
|
||||
# client.urgent $bg $bg $fg $bg $bg
|
||||
# client.placeholder $bg $bg $fg $bg $bg
|
||||
# client.background $bg
|
||||
# client.urgent $bg $bg $fg $bg $bg
|
||||
# client.placeholder $bg $bg $fg $bg $bg
|
||||
# client.background $bg
|
||||
|
||||
# autostart
|
||||
exec_always --no-startup-id wal -q -t -i ~/wallpaper --saturate 0.8
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue