Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/bspwm into master
This commit is contained in:
commit
1fefd4ee87
6
bspwmrc
6
bspwmrc
|
@ -21,12 +21,8 @@ if [ "$_hostname" = Patricia ] ; then
|
||||||
|
|
||||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
|
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
|
||||||
elif [ "$_hostname" = Pamela ] ; then
|
elif [ "$_hostname" = Pamela ] ; then
|
||||||
# AOC
|
|
||||||
bspc monitor HDMI-1-1 -d I II III IV V VI VII VIII IX X
|
|
||||||
# samsung
|
|
||||||
bspc monitor VGA-1-1 -d 001 010 011 100 101 110 111
|
|
||||||
# laptop
|
|
||||||
bspc monitor eDP-1-1 -d α β γ δ ε ζ η
|
bspc monitor eDP-1-1 -d α β γ δ ε ζ η
|
||||||
|
bspc monitor VGA-1-1 -d I II III IV V VI VII
|
||||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela &
|
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue