diff --git a/hm_modules/dunst.nix b/hm_modules/dunst.nix index dcdcc49..cf40b21 100644 --- a/hm_modules/dunst.nix +++ b/hm_modules/dunst.nix @@ -2,9 +2,10 @@ let palette = pkgs.lib.rice.palette.toRGBHex pkgs.rice.colorPalette; in { - home.packages = with pkgs; [ dunst rice.font.normal.package ]; + home.packages = with pkgs; [ unstable.dunst rice.font.normal.package ]; services.dunst = { enable = true; + package = pkgs.unstable.dunst; iconTheme = { package = pkgs.qogir-icon-theme; name = "Qogir-dark"; @@ -14,7 +15,7 @@ in monitor = 0; follow = "mouse"; geometry = "300x6-20+50"; - indicate_hidden = "yes"; + indicate_hidden = false; shrink = "yes"; transparency = 10; notification_height = 0; @@ -38,12 +39,12 @@ in ignore_newline = "no"; stack_duplicates = "true"; hide_duplicate_count = "false"; - show_indicators = "yes"; + show_indicators = true; icon_position = "off"; max_icon_size = 32; sticky_history = "yes"; history_length = 20; - dmenu = "rofi -dmenu -p dunst:"; + # dmenu = "rofi -dmenu -p dunst:"; # browser = "google-chrome-stable"; browser = "firefox"; always_run_script = "true"; @@ -54,7 +55,7 @@ in corner_radius = 0; force_xinerama = "false"; mouse_left_click = "close_current"; - mouse_middle_click = "do_action"; + mouse_middle_click = "context"; mouse_right_click = "close_all"; }; urgency_low = { diff --git a/hm_modules/twmn.nix b/hm_modules/twmn.nix new file mode 100644 index 0000000..ec770d7 --- /dev/null +++ b/hm_modules/twmn.nix @@ -0,0 +1,5 @@ +{ + services.twmn = { + enable = true; + }; +} diff --git a/odin/hm.nix b/odin/hm.nix index 44f14f2..880d733 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -133,7 +133,7 @@ ../hm_modules/bspwm.nix ../hm_modules/cava.nix ../hm_modules/easyeffects.nix - ../hm_modules/dunst.nix + # ../hm_modules/dunst.nix # ../hm_modules/grobi.nix ../hm_modules/gtk_theme.nix ../hm_modules/heif.nix @@ -166,6 +166,7 @@ ../hm_modules/syncthing.nix ../hm_modules/terminator.nix # ../hm_modules/thunar.nix + ../hm_modules/twmn.nix ../hm_modules/update_background.nix ../hm_modules/webapp.nix ../hm_modules/xidlehook.nix