Update settings shortcut and force mimeapps.list

- Replace Super+Shift+, with Super+Alt+P to toggle settings
- Force mimeapps.list in XDG config
This commit is contained in:
2026-02-02 02:20:37 +01:00
parent 8ccb9205bf
commit 80d7fc08cc
2 changed files with 2 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ in {
"SUPER SHIFT, Return, exec, noctalia-shell ipc call launcher toggle" "SUPER SHIFT, Return, exec, noctalia-shell ipc call launcher toggle"
# "SUPER, M, Noctalia Notifications, exec, noctalia-shell ipc call notifications toggleHistory" # "SUPER, M, Noctalia Notifications, exec, noctalia-shell ipc call notifications toggleHistory"
"SUPER SHIFT, V, exec, noctalia-shell ipc call launcher clipboard" "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 ALT, L, exec, noctalia-shell ipc call sessionMenu lockAndSuspend"
"SUPER SHIFT, W, exec, noctalia-shell ipc call wallpaper toggle" "SUPER SHIFT, W, exec, noctalia-shell ipc call wallpaper toggle"
"SUPER, X, exec, noctalia-shell ipc call sessionMenu toggle" "SUPER, X, exec, noctalia-shell ipc call sessionMenu toggle"

View File

@@ -3,6 +3,7 @@ _: {
enable = true; enable = true;
mime.enable = true; mime.enable = true;
mimeApps.enable = true; mimeApps.enable = true;
configFile."mimeapps.list".force = true;
}; };
imports = [ imports = [