changed Steam to tiled
parent
6a40034b1d
commit
c484243e3a
|
@ -25,7 +25,7 @@ bspc config focused_border_color "#ff79c6"
|
|||
bspc config presel_feedback_color "#6272a4"
|
||||
|
||||
# WINDOW RULES #
|
||||
bspc rule -a Steam state=floating
|
||||
bspc rule -a Steam state=tiled
|
||||
bspc rule -a Zathura state=tiled
|
||||
bspc rule -a Emacs state=tiled
|
||||
|
||||
|
@ -37,7 +37,9 @@ wmname LG3D
|
|||
[[ ! $(pidof -x picom) ]] && picom --experimental-backends &
|
||||
|
||||
feh --bg-tile ~/Pictures/Wallpapers/avatar.png
|
||||
|
||||
[[ ! $(pidof -x kdeconnectd) ]] && /usr/lib/kdeconnectd &
|
||||
kdeconnect-cli --refresh && kdeconnect-cli -l >/dev/null
|
||||
|
||||
sh ~/.config/polybar/launch.sh &
|
||||
[[ ! $(pidof -x cloud-drive-daemon) ]] && synology-drive &
|
||||
|
||||
|
|
Loading…
Reference in New Issue