From 391ca33b25a4e1794b24fd821e02749ef0b5e61a Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 24 Oct 2021 02:02:30 +0300 Subject: dunst: shortcuts deprecated, geometry deprecated --- .config/dunst/dunstrc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.config') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index f9e0566..731f8d9 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,7 +1,10 @@ [global] monitor = 0 follow = keyboard - geometry = "248x64-32+48" + width=248 + height=64 + origin=top-right + offset=32x48 indicate_hidden = yes shrink = no transparency = 00 @@ -37,12 +40,6 @@ title = Dunst class = Dunst -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+0 - context = ctrl+shift+BackSpace - [urgency_low] background = "#9ccfd885" foreground = "#1f1d2e" -- cgit v1.2.3-61-g4310