From fdc5a752a2276f744a520d9ce098db77a8955bb3 Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 8 Oct 2021 00:19:44 -0700 Subject: sxhkd, manually control vpn for browser --- .config/sxhkd/sxhkdrc | 5 +---- .local/bin/orgext | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 129b4cab..fc2afe13 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -27,7 +27,7 @@ XF86Audio{Prev,Play,Next} alt + y mpvy -s -alt + Y +alt + shift + y mpvy -a alt + ctrl + y @@ -36,9 +36,6 @@ alt + ctrl + y alt + w "$BROWSER" & -alt + W - mullvad-exclude "$BROWSER" & - alt + s shufwall diff --git a/.local/bin/orgext b/.local/bin/orgext index db813db2..4226bcd1 100755 --- a/.local/bin/orgext +++ b/.local/bin/orgext @@ -7,7 +7,7 @@ outdir () { - find . -type f -execdir mv -nt "$PWD" -- '{}' \+ + find . -type f -execdir mv -t "$PWD" -- '{}' \+ find . -mindepth 1 -maxdepth 1 -type d -delete } -- cgit v1.2.3-70-g09d2