diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-22 12:52:18 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-22 12:52:18 +0200 |
commit | f1c8990a61272cb090b3a0f3fe081401c03b7550 (patch) | |
tree | 48decc79ce29b70e79bd3a678deab86f01a1c6d2 /i3 | |
parent | fdf212d7934372163c5c5972805884c4dd6434ca (diff) |
i3/dunst: make dunst find dmenu
Diffstat (limited to 'i3')
-rw-r--r-- | i3/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/i3/config b/i3/i3/config index 5a637df..0d178a0 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -220,3 +220,6 @@ bindsym $mod+comma exec dunstctl context # Start user-level service cotrol with shepherd exec --no-startup-id shepherd + +# Start dunst +exec --no-startup-id dunst |