Skip to content

Commit 984f5e7

Browse files
committed
niri: add action
1 parent 3b408aa commit 984f5e7

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

home-manager/programs/niri/default.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,18 @@ in
212212
default-column-width.fixed = 300;
213213
default-window-height.fixed = 300;
214214
}
215+
{
216+
matches = [
217+
{
218+
app-id = "steam_app_238960";
219+
}
220+
{
221+
app-id = "steam_app_238960";
222+
}
223+
];
224+
225+
open-fullscreen = true;
226+
}
215227
];
216228

217229
layer-rules = [

home-manager/programs/niri/keyBind.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ in
258258
"Mod+Shift+R".action.reset-window-height = { };
259259
"Mod+F".action.maximize-column = { };
260260
"Mod+Shift+F".action.fullscreen-window = { };
261+
"Mod+Alt+F".action.toggle-windowed-fullscreen = { };
262+
"Mod+Ctrl+F".action.maximize-window-to-edges = { };
263+
261264
"Mod+Shift+C".action.center-column = { };
262265

263266
# Finer width adjustments.

0 commit comments

Comments
 (0)