sway: Cambiar bordes otra vez
This commit is contained in:
parent
011f0d87c4
commit
2fa8f122de
1 changed files with 3 additions and 3 deletions
|
@ -207,7 +207,8 @@ bar {
|
||||||
|
|
||||||
client.focused #cf1bff #cf1bff #ffffff
|
client.focused #cf1bff #cf1bff #ffffff
|
||||||
client.focused_inactive #eca6ff #eca6ff #000000
|
client.focused_inactive #eca6ff #eca6ff #000000
|
||||||
client.unfocused #dfdfdf #dfdfdf #000000
|
client.unfocused #cccccc #ffffff #000000
|
||||||
|
titlebar_border_thickness 1
|
||||||
|
|
||||||
bindsym $mod+z exec fnottctl dismiss
|
bindsym $mod+z exec fnottctl dismiss
|
||||||
bindsym $mod+x exec fnottctl actions
|
bindsym $mod+x exec fnottctl actions
|
||||||
|
@ -228,9 +229,8 @@ bindsym --locked XF86AudioNext exec 'playerctl next'
|
||||||
bindsym --locked XF86MonBrightnessUp exec 'brillo -A 5; brillo -O'
|
bindsym --locked XF86MonBrightnessUp exec 'brillo -A 5; brillo -O'
|
||||||
bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
|
bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
|
||||||
|
|
||||||
default_border pixel 8
|
default_border pixel 4
|
||||||
smart_borders on
|
smart_borders on
|
||||||
hide_edge_borders both
|
|
||||||
|
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue