From 153051a8098a3c50fee00f28956943b36cd1aaa5 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 31 May 2021 12:27:56 +0100 Subject: [PATCH 1/2] update --- bspwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bspwmrc b/bspwmrc index 2f37794..019b895 100755 --- a/bspwmrc +++ b/bspwmrc @@ -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 From 094702e334c2c72c20d0c68924e24431bee87fc8 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 31 May 2021 12:35:05 +0100 Subject: [PATCH 2/2] update --- border_flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/border_flash.sh b/border_flash.sh index ff6e83e..b834f06 100755 --- a/border_flash.sh +++ b/border_flash.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash _lockfile="$HOME/.cache/border_flash_lock" if [ -f $_lockfile ] ; then rm "$_lockfile"