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
|
ignore_dbusclose = false
|
||||||
|
|
||||||
# Mouse
|
# Mouse
|
||||||
mouse_left_click = close_current
|
mouse_left_click = do_action
|
||||||
mouse_middle_click = none
|
mouse_middle_click = close_current
|
||||||
mouse_right_click = none
|
mouse_right_click = close_current
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#222222"
|
background = "#222222"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue