diff options
Diffstat (limited to 'SXHkD/.config/sxhkd/sxhkdrc')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 71ab6ad..8166f5c 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -22,7 +22,7 @@ super + E super + s notify-send -u low "Launching browser"; \ - xdg-open "https://html.duckduckgo.com" + xdg-open "https://duckduckgo.com" super + shift + s scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c; \ @@ -36,7 +36,10 @@ super + w $HOME/.local/scripts/eselect; super + ctrl + l - $HOME/.local/scripts/lock + $HOME/.local/scripts/lock; + +super + ctrl + L + i3lock -nbfe -c 000000 super + ctrl + d notify-send -u low "Changing background"; \ @@ -62,9 +65,13 @@ XF86Audio{Lower,Raise}Volume kill -43 $(pidof dwmblocks); \ {pamixer -d,pamixer -i} 5 --allow-boost; +ctrl + XF86Audio{Lower,Raise}Volume + kill -43 $(pidof dwmblocks); \ + {pamixer -d,pamixer -i} 1 --allow-boost; + super + F{9,10} kill -43 $(pidof dwmblocks); \ - {pamixer -d,pamixer -i} 5 --allow-boost; + {pamixer -d,pamixer -i} 1 --allow-boost; XF86AudioMute kill -43 $(pidof dwmblocks); \ |