blob: 22555465ac4de5c2605c9a3225104b201f50c7c8 (
plain)
1
2
3
4
5
6
7
8
9
|
# class border backgr. text indicator child_border
client.focused $color1 $color2 $foreground $color2 $color2
client.unfocused $color1 $color0 $foreground $color0 $color0
client.focused_inactive $color3 $color3 $foreground $color3 $color3
client.urgent $color15 $color15 $foreground $color15 $color15
client.placeholder $color3 $color3 $foreground $color3 $color3
bindsym $mod+Shift+w exec systemctl --user start wal
|