diff options
Diffstat (limited to 'SXHkD/.config')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index c8fe121..18f1427 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -26,7 +26,7 @@ super + E super + s notify-send -u low "Launching browser"; \ - xdg-open "https://search.aryadevchavali.com" + xdg-open "https://html.duckduckgo.com" super + shift + s scrot -s; \ @@ -69,7 +69,7 @@ super + F{9,10} XF86AudioMute kill -43 $(pidof dwmblocks); \ - pactl set-sink-mute 41 toggle; + pamixer -t; Pause playerctl --player=spotify play-pause |