Dunst minor reorg

This commit is contained in:
Salt 2024-02-15 01:28:17 -06:00
parent 9a5bb99d61
commit 6b6239c318
1 changed files with 9 additions and 9 deletions

View File

@ -13,6 +13,15 @@
sort = true # Sort messages by urgency.
stack_duplicates = true
## MISC CONFIGURATION
always_run_script = true # Runs scripts for rules even if they're hidden
browser = xdg-open
dmenu = /usr/bin/rofi -dmenu -p dunst:
## WINDOW CONFIGURATION
title = Dunst
class = Dunst
## HISTORY
sticky_history = yes # Notifs pulled from history stay onscreen
history_length = 20 # Buffer size
@ -42,15 +51,6 @@
icon_position = right
max_icon_size = 48
## MISC CONFIGURATION
always_run_script = true # Runs scripts for rules even if they're hidden
browser = xdg-open
dmenu = /usr/bin/rofi -dmenu -p dunst:
## WINDOW CONFIGURATION
title = Dunst
class = Dunst
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
[urgency_low]