diff --git a/modules/home/hyprland/binds.nix b/modules/home/hyprland/binds.nix index af74894..014af2a 100644 --- a/modules/home/hyprland/binds.nix +++ b/modules/home/hyprland/binds.nix @@ -155,7 +155,7 @@ in { "SUPER SHIFT, Return, exec, noctalia-shell ipc call launcher toggle" # "SUPER, M, Noctalia Notifications, exec, noctalia-shell ipc call notifications toggleHistory" "SUPER SHIFT, V, exec, noctalia-shell ipc call launcher clipboard" - "SUPER SHIFT, comma, exec, noctalia-shell ipc call settings toggle" + "SUPER ALT, P, exec, noctalia-shell ipc call settings toggle" "SUPER ALT, L, exec, noctalia-shell ipc call sessionMenu lockAndSuspend" "SUPER SHIFT, W, exec, noctalia-shell ipc call wallpaper toggle" "SUPER, X, exec, noctalia-shell ipc call sessionMenu toggle" diff --git a/modules/home/xdg/default.nix b/modules/home/xdg/default.nix index 900a78e..0e40358 100644 --- a/modules/home/xdg/default.nix +++ b/modules/home/xdg/default.nix @@ -3,6 +3,7 @@ _: { enable = true; mime.enable = true; mimeApps.enable = true; + configFile."mimeapps.list".force = true; }; imports = [