From 80d7fc08ccc8cbabe635ace5142d3ffe36ccdaf9 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Mon, 2 Feb 2026 02:20:37 +0100 Subject: [PATCH] Update settings shortcut and force mimeapps.list - Replace Super+Shift+, with Super+Alt+P to toggle settings - Force mimeapps.list in XDG config --- modules/home/hyprland/binds.nix | 2 +- modules/home/xdg/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 = [