This commit is contained in:
Ray Elliott 2024-05-24 17:33:14 +01:00
parent 47b1a52b4a
commit 1ba954d8a5
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,8 @@
#!/bin/bash #!/bin/bash
# temp disable
exit
_lockfile="$HOME/.cache/border_flash_lock" _lockfile="$HOME/.cache/border_flash_lock"
if [ -f $_lockfile ] ; then if [ -f $_lockfile ] ; then
rm "$_lockfile" rm "$_lockfile"

View File

@ -31,6 +31,7 @@ bspc rule -a 188.68.166.184 state=fullscreen follow=on
xsetroot -cursor_name left_ptr xsetroot -cursor_name left_ptr
bspc config normal_border_color '#222222' bspc config border_width 3
bspc config focused_border_color '#222222' bspc config focused_border_color '#ff0000'
bspc config active_border_color '#222222' bspc config active_border_color '#dddddd'
bspc config normal_border_color '#dddddd'