diff --git a/.config/sway/config b/.config/sway/config index 6757b4f..e55a47e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -10,3 +10,4 @@ include $HOME/.config/sway/config.d/* #xwayland disable # preload x11 xwayland force +exec noctalia diff --git a/.config/sway/config.d/06-theme.conf b/.config/sway/config.d/06-theme.conf index 3522426..aefae79 100644 --- a/.config/sway/config.d/06-theme.conf +++ b/.config/sway/config.d/06-theme.conf @@ -29,6 +29,6 @@ seat * hide_cursor 5000 exec python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.95 # wallpaper -output * bg /home/gil/.local/share/backgrounds/layout.jpg fit +output * bg /home/gil/.local/share/background/layout.jpg fit #exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm" #exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 179; done" diff --git a/.local/share/backgrounds/layout.jpg b/.local/share/background/layout.jpg similarity index 100% rename from .local/share/backgrounds/layout.jpg rename to .local/share/background/layout.jpg