This commit is contained in:
ray 2021-05-31 12:27:56 +01:00
parent 21eb0ffbe2
commit 153051a809
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if [ "$_hostname" = MachineOne ] ; then
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machineone &
elif [ "$_hostname" = MachineTwo ] ; then
bspc monitor eDP-1-1 -d one two three four five six seven eight nine zero
bspc monitor eDP-1 -d one two three four five six seven eight nine zero
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machinetwo &
fi