summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/sxhkd/sxhkdrc5
-rwxr-xr-x.local/bin/orgext2
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
}