2024-06-15 01:20:42 +01:00
|
|
|
{
|
2024-07-07 18:26:24 +01:00
|
|
|
# TODO: add emoji and dmenu-dict scripts
|
2024-06-15 01:20:42 +01:00
|
|
|
home.file.".config/sxhkd/sxhkdrc" = {
|
|
|
|
recursive = true;
|
|
|
|
text = ''
|
|
|
|
XF86AudioRaiseVolume
|
|
|
|
pamixer --set-limit 150 --allow-boost -i 5 && dunstify-volume-notification && pkill -RTMIN+10 dwmblocks && exit 1
|
|
|
|
|
|
|
|
XF86AudioLowerVolume
|
|
|
|
pamixer --set-limit 150 --allow-boost -d 5 && dunstify-volume-notification && pkill -RTMIN+10 dwmblocks && exit 1
|
|
|
|
|
|
|
|
XF86AudioMute
|
|
|
|
pamixer --toggle-mute && dunstify-volume-notification && pkill -RTMIN+10 dwmblocks && exit 1
|
|
|
|
|
|
|
|
XF86AudioMicMute
|
|
|
|
pamixer --default-source --toggle-mute && dunstify-volume-notification && pkill -RTMIN+10 dwmblocks && exit 1
|
|
|
|
|
|
|
|
XF86MonBrightnessUp
|
|
|
|
light -A 5 && dunstify-brightness-notification
|
|
|
|
|
|
|
|
XF86MonBrightnessDown
|
|
|
|
light -U 5 && dunstify-brightness-notification
|
|
|
|
|
|
|
|
XF86Messenger
|
|
|
|
dunstify-battery-notification
|
|
|
|
|
|
|
|
control + Home
|
|
|
|
bookmark-add
|
|
|
|
|
|
|
|
control + Insert
|
|
|
|
bookmark-insert
|
|
|
|
|
2024-06-16 02:04:02 +01:00
|
|
|
control + F8
|
|
|
|
clipboard-image-recall /tmp/clipboard/images/
|
2024-06-15 01:20:42 +01:00
|
|
|
|
|
|
|
Print
|
|
|
|
flameshot gui
|
|
|
|
|
|
|
|
control + F7
|
|
|
|
emoji-picker
|
|
|
|
'';
|
|
|
|
};
|
|
|
|
}
|