diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-08 00:19:44 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-08 00:19:44 -0700 |
commit | fdc5a752a2276f744a520d9ce098db77a8955bb3 (patch) | |
tree | cdb33907754c12d249a3933d6a620c2bdd593a41 | |
parent | 37fa7ff841c0c8294b11fc79e8036f345199719c (diff) |
sxhkd, manually control vpn for browser
-rw-r--r-- | .config/sxhkd/sxhkdrc | 5 | ||||
-rwxr-xr-x | .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 } |