We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4c12a commit 4846b05Copy full SHA for 4846b05
apps/user/full/services/dunst.nix
@@ -28,10 +28,10 @@
28
word_wrap = true;
29
show_indicators = true;
30
sticky_history = true;
31
- context = "ctrl+shift+period";
32
- history = "ctrl+shift+comma";
33
- close = "ctrl+space";
34
- close_all = "ctrl+shift+space";
+ context = "shift+space";
+ history = "ctrl+period";
+ close = "ctrl+comma";
+ close_all = "ctrl+shift+comma";
35
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst";
36
right_click = "context";
37
notification_limit = 5;
0 commit comments