Add border for focused window
This commit is contained in:
@@ -28,6 +28,9 @@ set $ws8 "8"
|
|||||||
set $ws9 "9"
|
set $ws9 "9"
|
||||||
set $ws10 "10"
|
set $ws10 "10"
|
||||||
|
|
||||||
|
set $bg #000000
|
||||||
|
set $br #ffa759
|
||||||
|
set $brbug #FF0000
|
||||||
|
|
||||||
|
|
||||||
# ____ _____ _ _ _____ ____ _ _
|
# ____ _____ _ _ _____ ____ _ _
|
||||||
@@ -36,13 +39,16 @@ set $ws10 "10"
|
|||||||
# | |_| | |___| |\ | |___| _ < / ___ \| |___
|
# | |_| | |___| |\ | |___| _ < / ___ \| |___
|
||||||
# \____|_____|_| \_|_____|_| \_\/_/ \_\_____|
|
# \____|_____|_| \_|_____|_| \_\/_/ \_\_____|
|
||||||
#
|
#
|
||||||
default_border none
|
default_border pixel 2px
|
||||||
smart_borders on
|
smart_borders on
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
font FiraCode 10
|
font FiraCode 10
|
||||||
|
|
||||||
|
# class border backgr. text indicator child_border
|
||||||
|
client.focused $br $br $br $brbug $br
|
||||||
|
|
||||||
# Keyboard layout
|
# Keyboard layout
|
||||||
input * {
|
input * {
|
||||||
xkb_layout "us,ru"
|
xkb_layout "us,ru"
|
||||||
|
|||||||
Reference in New Issue
Block a user