update hostnames
This commit is contained in:
parent
27a304f586
commit
add240bdad
4
bspwmrc
4
bspwmrc
|
@ -20,11 +20,11 @@ if [ "$_hostname" = MachineOne ] ; then
|
||||||
# samsung
|
# samsung
|
||||||
bspc monitor DVI-I-1-1 -d F9 F10 F11 F12
|
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 &
|
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machineone &
|
||||||
elif [ "$_hostname" = MachineTwo ] ; then
|
elif [ "$_hostname" = MachineTwo ] ; then
|
||||||
bspc monitor eDP-1-1 -d one two three four five six seven eight nine zero
|
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
|
# bspc config -m eDP-1-1 border_width 0
|
||||||
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.machinetwo &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bspc config border_width 1
|
bspc config border_width 1
|
||||||
|
|
Loading…
Reference in New Issue