Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Change background
output * bg /home/od/.config/sway/abstract-blue-background-1920x1200.jpg fill
output * bg /home/od/.config/i3/abstract-blue-background-1920x1200.jpg fill

View File

@ -6,5 +6,5 @@ eval "$(pyenv init --path)"
# Start X automatically
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
exec sway
fi