commit 93cfe7bb221f5a8a6facdc140a32fd43b9ff2e49
parent edab55d119631741faa16a615d7af5467d922af8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 15 Jul 2019 13:23:40 +0200
Add more XF86 binds, fix irc script
Diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
@@ -38,10 +38,15 @@ shift + XF86Launch1
super + F5
$TERMINAL -e nmtui-connect
#$TERMINAL -e sudo wpa_cli
+XF86WLAN
+ $TERMINAL -e nmtui-connect
+ #$TERMINAL -e sudo wpa_cli
super + shift + F5
sudo systemctl restart NetworkManager
super + F7
displayselect
+XF86Display
+ displayselect
super + F8
t-daemon-toggle
super + {F9,F10}
diff --git a/.local/bin/irc.sh b/.local/bin/irc.sh
@@ -4,8 +4,8 @@ set -e
USER=irc
HOST=adamsgaard.dk
PORT=12344
-#POSTCMD=".local/bin/tmux-irc.sh"
-POSTCMD="/usr/local/bin/tmux a"
+POSTCMD=".local/bin/tmux-irc.sh"
+#POSTCMD="bash -c '/usr/local/bin/tmux a'"
UNAMESTR=$(uname)
if [ "$UNAMESTR" = 'Linux' ]; then