update hostnames

This commit is contained in:
Ray Elliott 2020-10-11 12:01:07 +01:00
commit 27a304f586
4 changed files with 116 additions and 105 deletions

View file

@ -21,7 +21,7 @@ if [ "$_hostname" = MachineOne ] ; then
bspc monitor DVI-I-1-1 -d F9 F10 F11 F12
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
elif [ "$_hostname" = Pamela -o "$_hostname" = MachineTwo ] ; then
elif [ "$_hostname" = MachineTwo ] ; then
bspc monitor eDP-1-1 -d one two three four five six seven eight nine zero
# bspc config -m eDP-1-1 border_width 0
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.pamela &