summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2021-10-24 02:02:30 +0300
committerYigit Sever2021-10-24 02:02:30 +0300
commit391ca33b25a4e1794b24fd821e02749ef0b5e61a (patch)
tree76017eb27ffa40b8c17575722fc7015eb95b8e17 /.config
parentfc85aa0d21b745493c51a3f73d690d71cd6dbe69 (diff)
downloaddotfiles-391ca33b25a4e1794b24fd821e02749ef0b5e61a.tar.gz
dotfiles-391ca33b25a4e1794b24fd821e02749ef0b5e61a.tar.bz2
dotfiles-391ca33b25a4e1794b24fd821e02749ef0b5e61a.zip
dunst: shortcuts deprecated, geometry deprecated
diffstat (limited to '.config')
-rwxr-xr-x.config/dunst/dunstrc11
1 files changed, 4 insertions, 7 deletions
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 @@
1[global] 1[global]
2 monitor = 0 2 monitor = 0
3 follow = keyboard 3 follow = keyboard
4 geometry = "248x64-32+48" 4 width=248
5 height=64
6 origin=top-right
7 offset=32x48
5 indicate_hidden = yes 8 indicate_hidden = yes
6 shrink = no 9 shrink = no
7 transparency = 00 10 transparency = 00
@@ -37,12 +40,6 @@
37 title = Dunst 40 title = Dunst
38 class = Dunst 41 class = Dunst
39 42
40[shortcuts]
41 close = ctrl+space
42 close_all = ctrl+shift+space
43 history = ctrl+0
44 context = ctrl+shift+BackSpace
45
46[urgency_low] 43[urgency_low]
47 background = "#9ccfd885" 44 background = "#9ccfd885"
48 foreground = "#1f1d2e" 45 foreground = "#1f1d2e"