mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
dunst: use left click to execute action, other clicks close
This commit is contained in:
parent
c218150bc5
commit
e9a1b3101e
1 changed files with 4 additions and 4 deletions
|
@ -69,9 +69,9 @@
|
|||
ignore_dbusclose = false
|
||||
|
||||
# Mouse
|
||||
mouse_left_click = close_current
|
||||
mouse_middle_click = none
|
||||
mouse_right_click = none
|
||||
mouse_left_click = do_action
|
||||
mouse_middle_click = close_current
|
||||
mouse_right_click = close_current
|
||||
|
||||
[urgency_low]
|
||||
background = "#222222"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue