diff --git a/.config/i3/autostart.sh b/.config/i3/autostart.sh index 4df1356..b8491b8 100755 --- a/.config/i3/autostart.sh +++ b/.config/i3/autostart.sh @@ -1,8 +1,9 @@ #!/bin/bash -pidof mpd || mpd & -pidof flameshot || flameshot & -pidof lxpolkit || lxpolkit & -pidof picom || picom & +# pidof mpd || mpd & +# pidof flameshot || flameshot & +# pidof lxpolkit || lxpolkit & +# pidof picom || picom & wal -R ~/.fehbg +systemctl --user enable --now awatcher diff --git a/.config/i3/config b/.config/i3/config index 2910e93..8a6569b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -6,7 +6,7 @@ set $calculator "rofi -show calc" set $calendar "$terminal -e nvim +Agenda" set $feed_reader "$terminal -e newsboat" set $file_manager thunar -set $music_player "kitty -e ncmpcpp" +set $music_player "kitty -e rmpc" set $screen_locker "i3lock -c 000000"