changed Steam to tiled
parent
6a40034b1d
commit
c484243e3a
|
@ -10,11 +10,11 @@ fi
|
|||
|
||||
# CONFIGURATION #
|
||||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 7
|
||||
bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 7
|
||||
bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config focus_follows_pointer true
|
||||
|
||||
# Dracula theme #
|
||||
|
@ -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