aboutsummaryrefslogtreecommitdiff
path: root/SXHkD/.config
diff options
context:
space:
mode:
Diffstat (limited to 'SXHkD/.config')
-rw-r--r--SXHkD/.config/sxhkd/sxhkdrc8
1 files changed, 2 insertions, 6 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc
index 71e6a29..2cf1ab9 100644
--- a/SXHkD/.config/sxhkd/sxhkdrc
+++ b/SXHkD/.config/sxhkd/sxhkdrc
@@ -22,7 +22,7 @@ super + s
xdg-open "https://duckduckgo.com"
super + shift + s
- scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c; \
+ scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c; \
notify-send -u low "Took a screenshot";
super + z
@@ -82,11 +82,7 @@ Pause
# Connections and brightness
Print
- conn=$(nmcli | grep "connected to" | sed 's/.*connected to //g' | head -1); \
- nmcli c down "$conn"; \
- notify-send -u low "Turning off wifi"; \
- nmcli c up "$conn"; \
- notify-send -u low "Reset " $conn;
+ scrot -f -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/';
Scroll_Lock
conn=$(nmcli | grep "connected to" | sed 's/.*connected to //g' | head -1); \