diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-11 01:03:47 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-11 01:03:47 -0700 |
commit | c32ed90899dd1047bc8bab171a60d7de6f4af34f (patch) | |
tree | 5cfeb8677f468814eae9ca29fad2fe39a46098f5 /dunst/dunstrc | |
parent | 173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab (diff) | |
download | dotfiles-c32ed90899dd1047bc8bab171a60d7de6f4af34f.tar dotfiles-c32ed90899dd1047bc8bab171a60d7de6f4af34f.tar.gz dotfiles-c32ed90899dd1047bc8bab171a60d7de6f4af34f.tar.bz2 |
update stuff, add relevant x scripts
Diffstat (limited to 'dunst/dunstrc')
-rw-r--r-- | dunst/dunstrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc index 7956a71..013420d 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -1,4 +1,4 @@ -# See dunst(5) for all configuration options +#See dunst(5) for all configuration options [global] ### Display ### @@ -258,7 +258,7 @@ # Uncomment this if you want to let notications appear under fullscreen # applications (default: overlay) - # layer = top + #layer = top # Set this to true to use X11 output on Wayland. force_xwayland = false @@ -398,8 +398,8 @@ # If the notification is already drawn, it won't get undrawn. # pushback: same as delay, but when switching into fullscreen, the notification will get # withdrawn from screen again and will get delayed like a new notification -#[fullscreen_delay_everything] -# fullscreen = delay +[fullscreen_delay_everything] + fullscreen = show #[fullscreen_show_critical] # msg_urgency = critical # fullscreen = show |