these names kinda suck ngl
This commit is contained in:
parent
3d7bd107c1
commit
eb8bfb6030
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
|
||||
#bspc monitor -d 1 2 3 4 5 6
|
||||
bspc monitor -d web dev irc media game
|
||||
bspc monitor -d 1 2 3 4 5 6
|
||||
#bspc monitor -d web dev irc media game
|
||||
|
||||
if [[ $(xrandr -q | grep 'HDMI-0 connected') ]]; then
|
||||
bspc monitor HDMI-0 -d 6 7 8
|
||||
bspc wm -O DP-0 HDMI-0
|
||||
fi
|
||||
|
||||
bspc config border_width 3
|
||||
|
|
Loading…
Reference in a new issue