diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-25 11:15:56 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-25 11:15:56 +0200 |
commit | 1ae81a11ddc2a28e78779c3d968291acf7b11898 (patch) | |
tree | d69bd6d7b9b5d395900204f390131537646a5e82 /.config/dunst | |
parent | d6d48b7790ec2a68112a5dc491bf56b4feae57ec (diff) |
update dunstrc and add xfce4 xfsettingsd options
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/base | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/.config/dunst/base b/.config/dunst/base index 4e0ccd7..2c7a847 100644 --- a/.config/dunst/base +++ b/.config/dunst/base @@ -1,14 +1,13 @@ -[shortcuts] -close_all = mod4+c - [global] monitor = 0 follow = none -geometry = "400x5-50+82" +height = 50 +width = 300 +origin = top-right +offset = 22x42 indicate_hidden = yes shrink = no transparency = 0 -notification_height = 0 separator_height = 2 padding = 16 horizontal_padding = 16 @@ -39,8 +38,6 @@ browser = /usr/bin/firefox -new-tab always_run_script = true title = Dunst class = Dunst -startup_notification = false -verbosity = mesg corner_radius = 0 ignore_dbusclose = false force_xinerama = false |