add comments
This commit is contained in:
parent
dd5f890004
commit
b1b2b82ce1
|
@ -18,18 +18,25 @@ bspc rule -a mplayer2 state=floating
|
||||||
bspc rule -a Kupfer.py focus=on
|
bspc rule -a Kupfer.py focus=on
|
||||||
bspc rule -a Screenkey manage=off
|
bspc rule -a Screenkey manage=off
|
||||||
|
|
||||||
|
# cursor fix
|
||||||
xsetroot -cursor_name left_ptr
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
|
# picom :D
|
||||||
killall picom; picom &
|
killall picom; picom &
|
||||||
|
|
||||||
|
# background
|
||||||
feh --bg-scale /home/sako/background.png &
|
feh --bg-scale /home/sako/background.png &
|
||||||
|
|
||||||
|
# todo put this script in here because
|
||||||
|
# this is just bash
|
||||||
/home/sako/.config/polybar/startpolybar &
|
/home/sako/.config/polybar/startpolybar &
|
||||||
|
|
||||||
|
# applets
|
||||||
nm-applet &
|
nm-applet &
|
||||||
blueman-applet &
|
blueman-applet &
|
||||||
|
|
||||||
|
# actual software
|
||||||
|
discord &
|
||||||
keepassxc &
|
keepassxc &
|
||||||
|
|
||||||
flameshot &
|
flameshot &
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue