update
This commit is contained in:
parent
47b1a52b4a
commit
1ba954d8a5
|
@ -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"
|
||||||
|
|
7
bspwmrc
7
bspwmrc
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue