Skip to content

Commit 4846b05

Browse files
committed
fix(dunst): fix keybind and icon size
1 parent 7e4c12a commit 4846b05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/user/full/services/dunst.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
word_wrap = true;
2929
show_indicators = true;
3030
sticky_history = true;
31-
context = "ctrl+shift+period";
32-
history = "ctrl+shift+comma";
33-
close = "ctrl+space";
34-
close_all = "ctrl+shift+space";
31+
context = "shift+space";
32+
history = "ctrl+period";
33+
close = "ctrl+comma";
34+
close_all = "ctrl+shift+comma";
3535
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst";
3636
right_click = "context";
3737
notification_limit = 5;

0 commit comments

Comments
 (0)