Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/bspwm into master

This commit is contained in:
Ray Elliott 2020-08-09 22:43:53 +01:00
commit 1fefd4ee87
1 changed files with 1 additions and 5 deletions

View File

@ -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