We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b408aa commit 984f5e7Copy full SHA for 984f5e7
2 files changed
home-manager/programs/niri/default.nix
@@ -212,6 +212,18 @@ in
212
default-column-width.fixed = 300;
213
default-window-height.fixed = 300;
214
}
215
+ {
216
+ matches = [
217
218
+ app-id = "steam_app_238960";
219
+ }
220
221
222
223
+ ];
224
+
225
+ open-fullscreen = true;
226
227
];
228
229
layer-rules = [
home-manager/programs/niri/keyBind.nix
@@ -258,6 +258,9 @@ in
258
"Mod+Shift+R".action.reset-window-height = { };
259
"Mod+F".action.maximize-column = { };
260
"Mod+Shift+F".action.fullscreen-window = { };
261
+ "Mod+Alt+F".action.toggle-windowed-fullscreen = { };
262
+ "Mod+Ctrl+F".action.maximize-window-to-edges = { };
263
264
"Mod+Shift+C".action.center-column = { };
265
266
# Finer width adjustments.
0 commit comments