From 8badb35d5606aba32250d86188fffc53cbb241fb Mon Sep 17 00:00:00 2001 From: piccihud Date: Sun, 10 Sep 2023 18:33:28 +0200 Subject: [PATCH] update dotfiles --- .profile | 1 - sway/config.d/autostart_applications | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.profile b/.profile index e563fef..36099ad 100644 --- a/.profile +++ b/.profile @@ -48,4 +48,3 @@ fi if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then exec sway fi -. "$HOME/.cargo/env" diff --git a/sway/config.d/autostart_applications b/sway/config.d/autostart_applications index cbc202e..288b1b0 100644 --- a/sway/config.d/autostart_applications +++ b/sway/config.d/autostart_applications @@ -19,6 +19,6 @@ exec hash dbus-update-activation-environment 2>/dev/null && \ # exec python3 ~/.config/sway/scripts/swayfader.py # Autostart -exec syncthing -exec gammastep -l 0:0 -o -b 0.9:0.9 +exec 'syncthing &' +exec 'gammastep -l 0:0 -o -b 0.9:0.9 &' # https://man.archlinux.org/man/extra/gammastep/gammastep.1.en \ No newline at end of file