changed Steam to tiled
This commit is contained in:
parent
6a40034b1d
commit
c484243e3a
1 changed files with 9 additions and 7 deletions
|
@ -10,11 +10,11 @@ fi
|
||||||
|
|
||||||
# CONFIGURATION #
|
# CONFIGURATION #
|
||||||
|
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
bspc config window_gap 7
|
bspc config window_gap 7
|
||||||
bspc config split_ratio 0.50
|
bspc config split_ratio 0.50
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
bspc config gapless_monocle true
|
bspc config gapless_monocle true
|
||||||
bspc config focus_follows_pointer true
|
bspc config focus_follows_pointer true
|
||||||
|
|
||||||
# Dracula theme #
|
# Dracula theme #
|
||||||
|
@ -25,7 +25,7 @@ bspc config focused_border_color "#ff79c6"
|
||||||
bspc config presel_feedback_color "#6272a4"
|
bspc config presel_feedback_color "#6272a4"
|
||||||
|
|
||||||
# WINDOW RULES #
|
# WINDOW RULES #
|
||||||
bspc rule -a Steam state=floating
|
bspc rule -a Steam state=tiled
|
||||||
bspc rule -a Zathura state=tiled
|
bspc rule -a Zathura state=tiled
|
||||||
bspc rule -a Emacs state=tiled
|
bspc rule -a Emacs state=tiled
|
||||||
|
|
||||||
|
@ -37,7 +37,9 @@ wmname LG3D
|
||||||
[[ ! $(pidof -x picom) ]] && picom --experimental-backends &
|
[[ ! $(pidof -x picom) ]] && picom --experimental-backends &
|
||||||
|
|
||||||
feh --bg-tile ~/Pictures/Wallpapers/avatar.png
|
feh --bg-tile ~/Pictures/Wallpapers/avatar.png
|
||||||
|
|
||||||
|
[[ ! $(pidof -x kdeconnectd) ]] && /usr/lib/kdeconnectd &
|
||||||
kdeconnect-cli --refresh && kdeconnect-cli -l >/dev/null
|
kdeconnect-cli --refresh && kdeconnect-cli -l >/dev/null
|
||||||
|
|
||||||
sh ~/.config/polybar/launch.sh &
|
sh ~/.config/polybar/launch.sh &
|
||||||
[[ ! $(pidof -x cloud-drive-daemon) ]] && synology-drive &
|
[[ ! $(pidof -x cloud-drive-daemon) ]] && synology-drive &
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue