diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-10-14 15:37:42 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-10-14 15:37:42 +0200 |
| commit | afbf517309c9809516645e3b35cdc2be7852b884 (patch) | |
| tree | 466184c793f4043ef4d53a6545595d493e6c9436 /.config | |
| parent | 5487201d526a5ceb42aa051a3c44afffe932d352 (diff) | |
update
Diffstat (limited to '.config')
| -rw-r--r-- | .config/dunst/dunstrc | 3 | ||||
| -rw-r--r-- | .config/i3/config | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c670303..245a60c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -256,7 +256,8 @@ # will be executed in sequence. mouse_left_click = close_current mouse_middle_click = do_action, close_current - mouse_right_click = close_all + mouse_right_click = do_action, close_current + #mouse_right_click = close_all # Experimental features that may or may not work correctly. Do not expect them # to have a consistent behaviour across releases. diff --git a/.config/i3/config b/.config/i3/config index 441753d..22a61af 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -38,6 +38,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c 000000 --nofork # Notification daemon (see ~/.config/dunst/dunstrc for configuration) exec --no-startup-id dunst bindsym $mod+a exec --no-startup-id dunstctl action +bindsym $mod+c exec --no-startup-id dunstctl context bindsym $mod+n exec --no-startup-id dunstctl close bindsym $mod+twosuperior exec --no-startup-id dunstctl history-pop |
