Change fullscreen handling.

By default, notifications will be delayed.
    Volume and Backlight get shown always
This commit is contained in:
exu 2024-06-22 20:03:32 +02:00
parent 4f91067458
commit 15d2ddf921

View File

@ -281,7 +281,7 @@
# Uncomment this if you want to let notifications appear under fullscreen # Uncomment this if you want to let notifications appear under fullscreen
# applications (default: overlay) # applications (default: overlay)
layer = top layer = overlay
# Set this to true to use X11 output on Wayland. # Set this to true to use X11 output on Wayland.
#force_xwayland = false #force_xwayland = false
@ -427,8 +427,8 @@
# If the notification is already drawn, it won't get undrawn. # If the notification is already drawn, it won't get undrawn.
# pushback: same as delay, but when switching into fullscreen, the notification will get # 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 # withdrawn from screen again and will get delayed like a new notification
#[fullscreen_delay_everything] [fullscreen_delay_everything]
# fullscreen = delay fullscreen = delay
#[fullscreen_show_critical] #[fullscreen_show_critical]
# msg_urgency = critical # msg_urgency = critical
# fullscreen = show # fullscreen = show
@ -496,11 +496,13 @@
format = "<b>%s</b>\n%b" format = "<b>%s</b>\n%b"
timeout = 1 timeout = 1
script = "$HOME/scripts/dunst/dunst-notification-sound.sh" script = "$HOME/scripts/dunst/dunst-notification-sound.sh"
fullscreen = show
[backlight-script] [backlight-script]
appname = "backlight-script" appname = "backlight-script"
format = "<b>%s</b>\n%b" format = "<b>%s</b>\n%b"
timeout = 1 timeout = 1
script = "$HOME/scripts/dunst/dunst-notification-sound.sh" script = "$HOME/scripts/dunst/dunst-notification-sound.sh"
fullscreen = show
# vim: ft=cfg # vim: ft=cfg