diff --git a/hm/desktop/default.nix b/hm/desktop/default.nix index 286fc3e..57e0f75 100644 --- a/hm/desktop/default.nix +++ b/hm/desktop/default.nix @@ -113,19 +113,12 @@ dunst = { enable = true; settings = - # TODO Change dmenu for rofi, so we can use context with config.lib.stylix.colors.withHashtag; { global = { separator_color = lib.mkForce base05; idle_threshold = 120; markup = "full"; max_icon_size = 48; - # TODO Those shortcuts don't seem to work, maybe try: - # > define shortcuts inside your window manager and bind them to dunstctl(1) commands - close_all = "ctrl+mod4+n"; - close = "mod4+n"; - context = "mod1+mod4+n"; - history = "shift+mod4+n"; }; urgency_low = { diff --git a/hm/homealone.nix b/hm/homealone.nix index dc5d26f..428fedb 100644 --- a/hm/homealone.nix +++ b/hm/homealone.nix @@ -61,6 +61,6 @@ ''; type = lib.types.listOf lib.types.str; }; - # TODO Should make a nix package wrapper instead, so it also works from dmenu + # TODO Should make a nix package wrapper instead, so it also works from rofi }; }