working on configs and stuffz
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
bspc config active_border_color '#FFCACA'
|
||||
bspc config focus_follows_pointer true
|
||||
bspc config focused_border_color '#FFFFFF'
|
||||
bspc config normal_border_color '#FFDBDB'
|
||||
bspc config window_gap 0
|
||||
bspc monitor HDMI-1 -d 1 2 3 4
|
||||
bspc rule -a XClock manage=off # thanks emanuele6
|
||||
bspc rule -a xload manage=off
|
||||
xdo lower -NXClock
|
||||
xdo lower -Nxload
|
||||
Reference in New Issue
Block a user