From a64bd9cadcdcaeddafa2a4be33be9fa70435dd9a Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 13 Nov 2021 15:55:15 -0800 Subject: fixed dunst shortcuts/geometry --- dunst/.config/dunst/dunstrc | 16 ++++++---------- sxhkd/.config/sxhkd/sxhkdrc | 5 +++++ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 2e0afd5..228eea9 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -1,12 +1,14 @@ [global] # Make the width 3740 (3840 - 100), have 50 left margin and 95 above - geometry = "350x5-10+25" + #geometry = "350x5-10+25" + width = 330 + height = 60 + offset = 10x35 monitor = 0 follow = keyboard indicate_hidden = yes shrink = yes transparency = 0 - notification_height = 0 # Show multiple notifications in the same box separator_height = 2 separator_color = frame @@ -27,7 +29,7 @@ idle_threshold = 120 # Font and typography settings - icon_path = /home/x/.icons/Blue-Maia/status/:/home/x/.icons/Blue-Maia/status/devices/:/home/x/.icons/Blue-Maia/status/apps + # icon_path = /home/x/.icons/Blue-Maia/status/:/home/x/.icons/Blue-Maia/status/devices/:/home/x/.icons/Blue-Maia/status/apps font = Input Mono 10 alignment = center show_age_threshold = 60 @@ -48,7 +50,7 @@ title = Dunst class = Dunst - startup_notification = false + # startup_notification = false force_xinerama = false word_wrap = yes @@ -59,12 +61,6 @@ # Allow some HTML tags like and in notifications markup = full -# These are the keybindings used to control dunst notifications -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - # Set the background and foreground (text) color for all notifications [urgency_low] background = "#101010" 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 XF86MonBrightnessUp sudo ~/.bin/light u +# dunst +ctrl + space + dunstctl close +ctrl + alt + space + dunstctl close-all # bspwm hotkeys # quit/restart bspwm -- cgit v1.2.3