changed spilt ratio and background picture
parent
e9a3dd8893
commit
61456afdf4
|
@ -12,17 +12,17 @@ fi
|
|||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 5
|
||||
bspc config split_ratio 0.5
|
||||
bspc config split_ratio 0.6
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config focus_follows_pointer true
|
||||
|
||||
# Dracula theme #
|
||||
|
||||
bspc config normal_border_color "#44475a"
|
||||
bspc config active_border_color "#bd93f9"
|
||||
bspc config focused_border_color "#ff79c6"
|
||||
bspc config presel_feedback_color "#6272a4"
|
||||
bspc config normal_border_color ""
|
||||
bspc config active_border_color ""
|
||||
bspc config focused_border_color "#bd93f9"
|
||||
bspc config presel_feedback_color ""
|
||||
|
||||
# WINDOW RULES #
|
||||
bspc rule -a Steam state=tiled
|
||||
|
@ -37,7 +37,7 @@ wmname LG3D
|
|||
[[ ! $(pidof -x picom) ]] && picom --experimental-backends &
|
||||
[[ ! $(pidof -x dunst) ]] && dunst &
|
||||
|
||||
feh --bg-tile ~/Pictures/Wallpapers/avatar.png
|
||||
feh --bg-fill ~/Pictures/Wallpapers/dracula.png
|
||||
|
||||
[[ ! $(pidof -x kdeconnectd) ]] && /usr/lib/kdeconnectd &
|
||||
kdeconnect-cli --refresh && kdeconnect-cli -l >/dev/null
|
||||
|
|
Loading…
Reference in New Issue