feat: red window borders
This commit is contained in:
parent
26e020cffa
commit
97964ccb59
@ -28,6 +28,8 @@ set $ws7 7:DOC
|
|||||||
set $ws8 8:GFX
|
set $ws8 8:GFX
|
||||||
set $ws9 9:ETC
|
set $ws9 9:ETC
|
||||||
|
|
||||||
|
# border background text indicator child_border
|
||||||
|
client.focused #4c7899 #285577 #ffffff #2e9ef4 #e00000
|
||||||
default_border pixel
|
default_border pixel
|
||||||
gaps inner 4
|
gaps inner 4
|
||||||
gaps outer 4
|
gaps outer 4
|
||||||
|
@ -19,4 +19,3 @@ output {
|
|||||||
eDP-1 mode --custom 1920x1080@120Hz position 0,0
|
eDP-1 mode --custom 1920x1080@120Hz position 0,0
|
||||||
* bg $wallpapers/landscape.png fill
|
* bg $wallpapers/landscape.png fill
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# fix slow startup time
|
# fix slow startup time
|
||||||
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
xwayland force
|
||||||
|
|
||||||
# Turn off screen after $screen_timeout
|
# Turn off screen after $screen_timeout
|
||||||
# Lock after $screen_timeout + 10s
|
# Lock after $screen_timeout + 10s
|
||||||
|
Loading…
Reference in New Issue
Block a user