changes to niri

This commit is contained in:
Sean Kovacs 2025-12-14 10:36:02 -05:00
commit e464bbae20
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 9 additions and 2 deletions

View file

@ -125,6 +125,10 @@
app-id = "openmw";
title = "OpenMW";
}
{
app-id = "Minecraft";
title = "Minecraft";
}
];
open-maximized = true;
focus-ring.enable = false;
@ -371,7 +375,10 @@
"Mod+Shift+E".action.quit = { };
"Ctrl+Alt+Delete".action.quit = { };
"Mod+Shift+P".action.power-off-monitors = { };
"Mod+Shift+P" = {
action.power-off-monitors = { };
hotkey-overlay.title = "Turn off the display";
};
};
};
}

View file

@ -278,7 +278,7 @@ in
pinnedExecs = [ ];
useApp2Unit = false;
sortByMostUsed = true;
terminalCommand = "kitty";
terminalCommand = "kitty -e";
customLaunchPrefixEnabled = false;
customLaunchPrefix = "";
viewMode = "list";