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

This commit is contained in:
Ray Elliott 2021-05-31 13:44:24 +01:00
commit 9d498f361c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
_lockfile="$HOME/.cache/border_flash_lock"
if [ -f $_lockfile ] ; then
rm "$_lockfile"

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 &
bspc rule -a Surf state=tiled follow=on
fi