fixed wallpaper in lockman script and removed window titles in sway config
This commit is contained in:
parent
920e62d661
commit
815d6a6b8b
2 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@ bar {
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
|
|
||||||
# Remove title bars
|
# Remove title bars
|
||||||
#default_border pixel 0
|
default_border pixel 2
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
swayidle \
|
swayidle \
|
||||||
timeout 10 'swaymsg "output * power off"' \
|
timeout 10 'swaymsg "output * power off"' \
|
||||||
resume 'swaymsg "output * power on"' &
|
resume 'swaymsg "output * power on"' &
|
||||||
swaylock -e -F -i ~/Wallpapers/orangeMountains.png
|
swaylock -e -F -i ~/Source/tokyonight-wallpapers/fly_original.png
|
||||||
kill %%
|
kill %%
|
||||||
|
|
Loading…
Reference in a new issue