diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2026-08-31 15:35:35 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2026-08-31 15:35:35 -0400 |
| commit | 175406b14bc71d07e786c5017bfbcba19afa9823 (patch) | |
| tree | eb2a505632cffc53cb2625ede928ce1f16026900 | |
| parent | 6c51bb8ca26c69a749b5cd3a27252a3ac02515a9 (diff) | |
| -rwxr-xr-x | desktop/.config/sway/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/.config/sway/config b/desktop/.config/sway/config index 890a06e..51afd78 100755 --- a/desktop/.config/sway/config +++ b/desktop/.config/sway/config @@ -204,6 +204,13 @@ bar { # } } +# +# Dunst +# +bindsym $mod+Backspace exec dunstctl close +bindsym $mod+Shift+Backspace exec dunstctl history-pop +bindsym $mod+n exec dunstctl action + input type:keyboard { xkb_layout us xkb_options "compose:ralt,caps:ctrl_modifier" |
