update dotfiles
This commit is contained in:
parent
230980eda4
commit
8badb35d56
1
.profile
1
.profile
|
@ -48,4 +48,3 @@ fi
|
||||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
exec sway
|
exec sway
|
||||||
fi
|
fi
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
|
|
|
@ -19,6 +19,6 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||||
# exec python3 ~/.config/sway/scripts/swayfader.py
|
# exec python3 ~/.config/sway/scripts/swayfader.py
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
exec syncthing
|
exec 'syncthing &'
|
||||||
exec gammastep -l 0:0 -o -b 0.9:0.9
|
exec 'gammastep -l 0:0 -o -b 0.9:0.9 &'
|
||||||
# https://man.archlinux.org/man/extra/gammastep/gammastep.1.en
|
# https://man.archlinux.org/man/extra/gammastep/gammastep.1.en
|
Loading…
Reference in New Issue