i3: update startup and music player

This commit is contained in:
2025-08-30 16:36:19 +03:00
parent 91b3537d89
commit 3730973a77
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
#!/bin/bash #!/bin/bash
pidof mpd || mpd & # pidof mpd || mpd &
pidof flameshot || flameshot & # pidof flameshot || flameshot &
pidof lxpolkit || lxpolkit & # pidof lxpolkit || lxpolkit &
pidof picom || picom & # pidof picom || picom &
wal -R wal -R
~/.fehbg ~/.fehbg
systemctl --user enable --now awatcher

View File

@ -6,7 +6,7 @@ set $calculator "rofi -show calc"
set $calendar "$terminal -e nvim +Agenda" set $calendar "$terminal -e nvim +Agenda"
set $feed_reader "$terminal -e newsboat" set $feed_reader "$terminal -e newsboat"
set $file_manager thunar set $file_manager thunar
set $music_player "kitty -e ncmpcpp" set $music_player "kitty -e rmpc"
set $screen_locker "i3lock -c 000000" set $screen_locker "i3lock -c 000000"