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