Dunst minor reorg
This commit is contained in:
parent
9a5bb99d61
commit
6b6239c318
@ -13,6 +13,15 @@
|
|||||||
sort = true # Sort messages by urgency.
|
sort = true # Sort messages by urgency.
|
||||||
stack_duplicates = true
|
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
|
## HISTORY
|
||||||
sticky_history = yes # Notifs pulled from history stay onscreen
|
sticky_history = yes # Notifs pulled from history stay onscreen
|
||||||
history_length = 20 # Buffer size
|
history_length = 20 # Buffer size
|
||||||
@ -42,15 +51,6 @@
|
|||||||
icon_position = right
|
icon_position = right
|
||||||
max_icon_size = 48
|
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.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
|
Loading…
Reference in New Issue
Block a user