22 lines
496 B
Plaintext
22 lines
496 B
Plaintext
# Sway config sourcer
|
|
|
|
|
|
|
|
# Screen layout
|
|
# exec --no-startup-id ~/.screenlayout/default
|
|
|
|
|
|
|
|
# Wallpapers
|
|
# exec --no-startup-id nitrogen --restore; sleep 1; picom -b --config ~/.config/picom/picom.conf
|
|
# exec --no-startup-id hsetroot
|
|
# exec --no-startup-id feh --randomize --no-fehbg --bg-scale $HOME/.wallpaper/*
|
|
|
|
|
|
include ~/.config/sway/bindings.conf
|
|
include ~/.config/sway/autostart.conf
|
|
include ~/.config/sway/bar.conf
|
|
include ~/.config/sway/other.conf
|
|
|
|
include ~/.config/sway/config.d/*.conf
|