Config: Update dunstrc for 1.7 compatibility, add mouse actions
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
### Display ###
|
||||
|
||||
geometry = "0x0-20-20"
|
||||
origin = "bottom-right"
|
||||
offset = "20x20"
|
||||
horizontal_padding = 15
|
||||
idle_threshold = 120
|
||||
indicate_hidden = false
|
||||
@@ -21,6 +22,7 @@ format = "<b>%s</b>\n%b %p"
|
||||
markup = full
|
||||
word_wrap = true
|
||||
show_indicators = false
|
||||
show_age_threshold = -1
|
||||
|
||||
### History ###
|
||||
|
||||
@@ -29,15 +31,12 @@ history_length = 20
|
||||
|
||||
### Misc/Advanced ###
|
||||
|
||||
browser = firefox
|
||||
browser = xdg-open
|
||||
dmenu = rofi -dmenu -p dunst
|
||||
|
||||
[shortcuts]
|
||||
close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
|
||||
history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
mouse_left_click = do_action
|
||||
mouse_middle_click = close_current
|
||||
mouse_right_click = open_url
|
||||
|
||||
[urgency_low]
|
||||
background = "#8C9440"
|
||||
|
||||
@@ -48,6 +48,17 @@ XF86HomePage
|
||||
XF86Search
|
||||
inputctl -s toggle
|
||||
|
||||
#--- Notification ---#
|
||||
|
||||
ctrl + {_,shift} + space
|
||||
dunstctl {close,close-all}
|
||||
|
||||
ctrl + grave
|
||||
dunstctl history-pop
|
||||
|
||||
ctrl + shift + period
|
||||
dunstctl context
|
||||
|
||||
#--- Mouse ---#
|
||||
|
||||
# Front side button
|
||||
|
||||
Reference in New Issue
Block a user