diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/modules/window_managers/hyprland/default.nix | 4 | ||||
| -rw-r--r-- | common/modules/window_managers/mango/default.nix | 16 |
2 files changed, 11 insertions, 9 deletions
diff --git a/common/modules/window_managers/hyprland/default.nix b/common/modules/window_managers/hyprland/default.nix index c1c13a9..aaf202f 100644 --- a/common/modules/window_managers/hyprland/default.nix +++ b/common/modules/window_managers/hyprland/default.nix @@ -150,12 +150,12 @@ in # Apply opacity logic utilizing cfg.eyeCandy.options active_opacity = if (cfg.eyeCandy.window.blur.enable && cfg.eyeCandy.window.opacity == 1.0) then - 0.82 + 0.87 else cfg.eyeCandy.window.opacity; inactive_opacity = if (cfg.eyeCandy.window.blur.enable && cfg.eyeCandy.window.opacity == 1.0) then - 0.82 + 0.87 else cfg.eyeCandy.window.opacity; fullscreen_opacity = 1.0; 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 |
