changes to niri
This commit is contained in:
parent
7772bb6b67
commit
61eb9ef02c
2 changed files with 9 additions and 2 deletions
|
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue