From 625e17bcf1b3cc5193c3e1a1a93ae690c4a774e8 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 17 Jun 2023 11:15:28 +0200 Subject: move ~/bin to ~/.local/bin --- .local/bin/iwctl-re | 9 +++++++++ .local/bin/screenshot | 3 +++ 2 files changed, 12 insertions(+) create mode 100755 .local/bin/iwctl-re create mode 100755 .local/bin/screenshot (limited to '.local/bin') diff --git a/.local/bin/iwctl-re b/.local/bin/iwctl-re new file mode 100755 index 0000000..4343b30 --- /dev/null +++ b/.local/bin/iwctl-re @@ -0,0 +1,9 @@ +#!/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/.local/bin/screenshot b/.local/bin/screenshot new file mode 100755 index 0000000..78b6d19 --- /dev/null +++ b/.local/bin/screenshot @@ -0,0 +1,3 @@ +#!/bin/zsh + +GRIM_DEFAULT_DIR=$HOME/Images/Screenshots grim $@ -- cgit v1.2.3