changes to niri
This commit is contained in:
parent
55d89a12d7
commit
e464bbae20
2 changed files with 9 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ in
|
|||
pinnedExecs = [ ];
|
||||
useApp2Unit = false;
|
||||
sortByMostUsed = true;
|
||||
terminalCommand = "kitty";
|
||||
terminalCommand = "kitty -e";
|
||||
customLaunchPrefixEnabled = false;
|
||||
customLaunchPrefix = "";
|
||||
viewMode = "list";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue