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