diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index a049dff..67cc563 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # MONITORS # if [ "$(uname -n)" = 'arch-desktop' ]; then @@ -11,12 +11,19 @@ fi # CONFIGURATION # bspc config border_width 2 -bspc config window_gap 10 +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 # + +bspc config normal_border_color "#44475a" +bspc config active_border_color "#bd93f9" +bspc config focused_border_color "#ff79c6" +bspc config presel_feedback_color "#6272a4" + # WINDOW RULES # bspc rule -a Steam state=floating bspc rule -a Zathura state=tiled