diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-11-13 23:55:15 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-11-13 23:55:15 +0000 |
commit | a64bd9cadcdcaeddafa2a4be33be9fa70435dd9a (patch) | |
tree | 54ab33aabb47c41ea84b8fdc409d194ccac68108 /sxhkd | |
parent | bf85d6ce53eb91ca0a6e0a43d564beec01bc879b (diff) |
fixed dunst shortcuts/geometry
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 9e34e54..edadea9 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -47,6 +47,11 @@ XF86MonBrightnessDown | |||
47 | XF86MonBrightnessUp | 47 | XF86MonBrightnessUp |
48 | sudo ~/.bin/light u | 48 | sudo ~/.bin/light u |
49 | 49 | ||
50 | # dunst | ||
51 | ctrl + space | ||
52 | dunstctl close | ||
53 | ctrl + alt + space | ||
54 | dunstctl close-all | ||
50 | 55 | ||
51 | # bspwm hotkeys | 56 | # bspwm hotkeys |
52 | # quit/restart bspwm | 57 | # quit/restart bspwm |