changes to niri

This commit is contained in:
Sean Kovacs 2025-12-14 10:36:02 -05:00
commit 61eb9ef02c
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"; app-id = "openmw";
title = "OpenMW"; title = "OpenMW";
} }
{
app-id = "Minecraft";
title = "Minecraft";
}
]; ];
open-maximized = true; open-maximized = true;
focus-ring.enable = false; focus-ring.enable = false;
@ -371,7 +375,10 @@
"Mod+Shift+E".action.quit = { }; "Mod+Shift+E".action.quit = { };
"Ctrl+Alt+Delete".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 = [ ]; pinnedExecs = [ ];
useApp2Unit = false; useApp2Unit = false;
sortByMostUsed = true; sortByMostUsed = true;
terminalCommand = "kitty"; terminalCommand = "kitty -e";
customLaunchPrefixEnabled = false; customLaunchPrefixEnabled = false;
customLaunchPrefix = ""; customLaunchPrefix = "";
viewMode = "list"; viewMode = "list";