diff options
Diffstat (limited to '')
| -rw-r--r-- | config/dunst/dunstrc (renamed from .config/dunst/dunstrc) | 12 | 
1 files changed, 1 insertions, 11 deletions
| diff --git a/.config/dunst/dunstrc b/config/dunst/dunstrc index 52973b6..902ba1c 100644 --- a/.config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -1,11 +1,9 @@  [global] -    monitor = 0 +    monitor = 1      follow = none -    geometry = "300x5-30+20"      indicate_hidden = yes      shrink = no      transparency = 0 -    notification_height = 0      separator_height = 2      padding = 8      horizontal_padding = 8 @@ -38,8 +36,6 @@      always_run_script = true      title = Dunst      class = Dunst -    startup_notification = false -    verbosity = mesg      corner_radius = 0      ignore_dbusclose = false      force_xinerama = false @@ -49,12 +45,6 @@  [experimental]      per_monitor_dpi = false -[shortcuts] -    close = ctrl+space -    close_all = ctrl+shift+space -    history = ctrl+grave -    context = ctrl+shift+period -  [urgency_low]      background = "#131417"      foreground = "#ffffff" | 
