(SXHKD)~basic edits
~pactl->pamixer to toggle mutes ~xdg-open search.aryadevchavali.com -> html.duckduckgo.com cos search.aryadevchavali.com is deprecated now
This commit is contained in:
@@ -26,7 +26,7 @@ super + E
|
|||||||
|
|
||||||
super + s
|
super + s
|
||||||
notify-send -u low "Launching browser"; \
|
notify-send -u low "Launching browser"; \
|
||||||
xdg-open "https://search.aryadevchavali.com"
|
xdg-open "https://html.duckduckgo.com"
|
||||||
|
|
||||||
super + shift + s
|
super + shift + s
|
||||||
scrot -s; \
|
scrot -s; \
|
||||||
@@ -69,7 +69,7 @@ super + F{9,10}
|
|||||||
|
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
kill -43 $(pidof dwmblocks); \
|
kill -43 $(pidof dwmblocks); \
|
||||||
pactl set-sink-mute 41 toggle;
|
pamixer -t;
|
||||||
|
|
||||||
Pause
|
Pause
|
||||||
playerctl --player=spotify play-pause
|
playerctl --player=spotify play-pause
|
||||||
|
|||||||
Reference in New Issue
Block a user