changed spilt ratio and background picture

dev-docs
Moritz Böhme 2021-07-30 11:43:25 +02:00
parent e9a3dd8893
commit 61456afdf4
1 changed files with 6 additions and 6 deletions

View File

@ -12,17 +12,17 @@ fi
bspc config border_width 2 bspc config border_width 2
bspc config window_gap 5 bspc config window_gap 5
bspc config split_ratio 0.5 bspc config split_ratio 0.6
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 #
bspc config normal_border_color "#44475a" bspc config normal_border_color ""
bspc config active_border_color "#bd93f9" bspc config active_border_color ""
bspc config focused_border_color "#ff79c6" bspc config focused_border_color "#bd93f9"
bspc config presel_feedback_color "#6272a4" bspc config presel_feedback_color ""
# WINDOW RULES # # WINDOW RULES #
bspc rule -a Steam state=tiled bspc rule -a Steam state=tiled
@ -37,7 +37,7 @@ wmname LG3D
[[ ! $(pidof -x picom) ]] && picom --experimental-backends & [[ ! $(pidof -x picom) ]] && picom --experimental-backends &
[[ ! $(pidof -x dunst) ]] && dunst & [[ ! $(pidof -x dunst) ]] && dunst &
feh --bg-tile ~/Pictures/Wallpapers/avatar.png feh --bg-fill ~/Pictures/Wallpapers/dracula.png
[[ ! $(pidof -x kdeconnectd) ]] && /usr/lib/kdeconnectd & [[ ! $(pidof -x kdeconnectd) ]] && /usr/lib/kdeconnectd &
kdeconnect-cli --refresh && kdeconnect-cli -l >/dev/null kdeconnect-cli --refresh && kdeconnect-cli -l >/dev/null