commit 3d19cef029a15addbd570e919fef392c54462f51 parent 5099893df8857b365a30b11ea7692dc9433e5a1a Author: Alexander Balgavy <alexander.balgavy@spaceapplications.com> Date: Mon, 2 Oct 2023 17:44:32 +0200 sxhkd: fix for ubuntu Diffstat:
M | sxhkd/sxhkdrc | | | 20 | +++++++++++++++++--- |
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc @@ -12,12 +12,26 @@ super + shift + m dmenuman super + ctrl + space dmenusymbols +super + shift + a + j4-dmenu-desktop super + l - slock -m "$(figlet -f big LOCKED)" + /usr/local/bin/slock -m "$(figlet -f big LOCKED)" +super + e + emacsclient -c -a '' +super + u + linkhandler "$(clp)" -ctrl + space - dunstctl close +XF86AudioRaiseVolume + pactl -- set-sink-volume "$(pactl get-default-sink)" +10% && pkill -RTMIN+6 dwmblocks +XF86AudioLowerVolume + pactl -- set-sink-volume "$(pactl get-default-sink)" -10% && pkill -RTMIN+6 dwmblocks +XF86AudioMute + pactl -- set-sink-mute "$(pactl get-default-sink)" toggle && pkill -RTMIN+6 dwmblocks +XF86AudioMicMute + pactl -- set-source-mute "$(pactl get-default-source)" toggle && pkill -RTMIN+6 dwmblocks ctrl + shift + space + dunstctl close +ctrl + shift + super + space dunstctl close-all ctrl + grave dunstctl history-pop