dotfiles

dotfiles for my system
git clone git://git.evenfri.duckdns.org/dotfiles.git
Log | Files | Refs

commit bbfbfbea2c27fe64bfb1d4d033aa13bf69f813d7
parent 45083063fbd37e7d73f9f9878a2f2723752f4a36
Author: evenfri <evenfri256@gmail.com>
Date:   Wed,  5 Aug 2026 23:00:51 +0800

add border colors

Diffstat:
Mconfigs/bspwm | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/configs/bspwm b/configs/bspwm @@ -4,17 +4,17 @@ bspc monitor DP-4 -d 1 2 3 4 5 6 7 8 9 bspc monitor HDMI-0 -d 10 bspc config border_width 1 -bspc config window_gap 17 +bspc config window_gap 10 bspc config top_padding 0 bspc config bottom_padding 0 bspc config left_padding 0 bspc config right_padding 0 -bspc config normal_border_color 0 -bspc config active_border_color 0 -bspc config focused_border_color 0 -bspc config presel_border_color 0 +bspc config normal_border_color "#aaaaaa" +bspc config active_border_color "#aaaaaa" +bspc config focused_border_color "#ffffff" +bspc config presel_border_color "#aaaaaa" bspc config borderless_monocle 1 bspc config gapless_monocle 1 @@ -28,7 +28,7 @@ bspc rule -a 'window' state=floating xinput set-prop 8 "libinput Accel Profile Enabled" 0 1 0 xinput set-prop 10 "libinput Accel Profile Enabled" 0 1 0 -"$dotfiles/bin/screenlayout.sh" & +"$dotfiles/bin/screenlayout" & # background script # hsetroot -solid "#008080"