From c484243e3a0673ff31a9fc693554eac7d980db4c Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 3 Jun 2021 15:09:43 +0200 Subject: [PATCH] changed Steam to tiled --- .config/bspwm/bspwmrc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 7b3b31a..469d76d 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -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 & -