i3: update startup and music player
This commit is contained in:
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user