summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-06-17 11:15:28 +0200
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commit625e17bcf1b3cc5193c3e1a1a93ae690c4a774e8 (patch)
treeb6e84fdb0a9a0d96636fbaf6fd39bd4b27e5b8fe /bin
parentcc681d0f59c8859ba778d2c6c9315e024c759405 (diff)
move ~/bin to ~/.local/bin
Diffstat (limited to 'bin')
-rwxr-xr-xbin/iwctl-re9
-rwxr-xr-xbin/screenshot3
2 files changed, 0 insertions, 12 deletions
diff --git a/bin/iwctl-re b/bin/iwctl-re
deleted file mode 100755
index 4343b30..0000000
--- a/bin/iwctl-re
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/zsh
-
-notify-send "WLAN Reload" "Disconnect"
-iwctl station wlan0 disconnect
-
-sleep 5
-
-notify-send "WLAN Reload" "Reconnect"
-iwctl --passphrase $(pass router/passphrase) station wlan0 connect "$(pass router/name)" $(pass router/security)
diff --git a/bin/screenshot b/bin/screenshot
deleted file mode 100755
index 78b6d19..0000000
--- a/bin/screenshot
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/zsh
-
-GRIM_DEFAULT_DIR=$HOME/Images/Screenshots grim $@