From 819cba6808c560628ec46176297a76219cebf9b4 Mon Sep 17 00:00:00 2001 From: bee Date: Wed, 6 May 2026 19:41:37 +0530 Subject: update mango to use noctalia-shell --- common/modules/window_managers/mango/default.nix | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'common/modules/window_managers/mango/default.nix') diff --git a/common/modules/window_managers/mango/default.nix b/common/modules/window_managers/mango/default.nix index 9d24035..41c6f5c 100644 --- a/common/modules/window_managers/mango/default.nix +++ b/common/modules/window_managers/mango/default.nix @@ -59,7 +59,7 @@ in systemd.variables = [ "--all" ]; extraConfig = '' ${lib.optionalString (config.beeMods.matugen.enable) '' - source=~/.config/mango/mango-colors.conf + source = ~/.config/mango/noctalia.conf ''} # Window effect @@ -226,12 +226,14 @@ in bind=SUPER,Return,spawn,${terminal} - bind=SUPER,v,spawn,dms ipc call clipboard toggle - bind=SUPER,a,spawn,dms ipc call spotlight toggle - bind=ALT,F4,spawn,dms ipc call powermenu toggle - bind=SUPER,y,spawn,dms ipc call dankdash wallpaper - bind=SUPER,comma,spawn,dms ipc call settings focusOrToggle + bind=SUPER,v,spawn,noctalia-shell ipc call launcher clipboard + bind=SUPER,a,spawn,noctalia-shell ipc call launcher toggle + bind=SUPER,y,spawn,noctalia-shell ipc call wallpaper toggle + bind=SUPER,comma,spawn,noctalia-shell ipc call settings toggle + bind=SUPER,n,spawn,noctalia-shell ipc call notifications toggleHistory + bind=SUPER,Period,spawn,noctalia-shell ipc call launcher emoji + bind=ALT,F4,spawn,noctalia-shell ipc call sessionMenu toggle bind=SUPER,F12,spawn,gnome-calculator bind=SUPER,b,spawn,zen bind=SUPER,e,spawn,nautilus @@ -275,7 +277,6 @@ in # switch layout # bind=SUPER,n,switch_layout - bind=SUPER,n,spawn,dms ipc call notifications toggle # tag switch bind=SUPER,1,view,1,0 @@ -359,6 +360,7 @@ in autostart_sh = '' wl-paste --type text --watch cliphist store & gnome-keyring-daemon --start --components=secrets,ssh,pkcs11 & + noctalia-shell & ${lib.optionalString (config.beeMods.windowManagers.dwm.enable) '' systemctl --user stop xidlehook.service -- cgit v1.3.1