diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-07-10 00:13:14 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-07-10 00:13:14 +0100 |
commit | a2b4c43b9317095f85b5ad157b549619f9c6e1b8 (patch) | |
tree | fc2f61df3a7c1a4ad1be0e66c201085989813628 /SXHkD | |
parent | 8fb1ff1944277f3b7ae2b6f6ea58f47e191bd4df (diff) | |
download | dotfiles-a2b4c43b9317095f85b5ad157b549619f9c6e1b8.tar.gz dotfiles-a2b4c43b9317095f85b5ad157b549619f9c6e1b8.tar.bz2 dotfiles-a2b4c43b9317095f85b5ad157b549619f9c6e1b8.zip |
Cleanup sxhkdrc
Diffstat (limited to 'SXHkD')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index ee95a8b..9217178 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -1,12 +1,4 @@ # Launchers -super + Escape - notify-send -u low "Reloading xprofile"; \ - sh .xprofile; - -super + shift + Escape - notify-send -u low "Reloaded sxhkd"; \ - killall sxhkd; sxhkd -r "$XDG_CACHE_HOME/sxhkd_out" - super + Return notify-send -u low "Launching terminal"; \ $TERMINAL @@ -46,6 +38,8 @@ super + z notify-send -u low "Launching zathura"; \ zathura +# lock and power + super + alt + l $HOME/.local/scripts/lock; @@ -67,8 +61,14 @@ super + F11 super + F12 systemctl suspend -super + Home - onboard +# Profiles +super + Escape + notify-send -u low "Reloading xprofile"; \ + sh .xprofile; + +super + shift + Escape + notify-send -u low "Reloaded sxhkd"; \ + killall sxhkd; sxhkd -r "$XDG_CACHE_HOME/sxhkd_out" # Media super + F{6,7,8} @@ -110,14 +110,6 @@ super + ctrl + D notify-send -u low "Changing background"; \ $HOME/.local/scripts/black-bg; -# Connections -Scroll_Lock - 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; - # Brightness XF86MonBrightness{Down,Up} xbacklight -{dec,inc} 5; \ |