Add special dmenu script (for dunst)

Update some other configs
This commit is contained in:
Tobias Reisinger 2024-04-11 00:40:44 +02:00
parent f6e666a877
commit 8938998093
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 10 additions and 5 deletions
.config/dunst

View file

@ -242,7 +242,7 @@
### Misc/Advanced ###
# dmenu path.
dmenu = /usr/bin/dmenu -p dunst:
dmenu = {{ env.HOME }}/.bin/dmenu -p dunst:
# Browser for opening urls in context menu.
browser = /usr/bin/xdg-open
@ -314,7 +314,7 @@
# These values can be strung together for each mouse event, and
# will be executed in sequence.
mouse_left_click = close_current
mouse_middle_click = do_action, close_current
mouse_middle_click = open_url
mouse_right_click = close_all
# Experimental features that may or may not work correctly. Do not expect them