Set floating rules for Tasty inside OBS scenes.

This commit is contained in:
Derek Taylor
2026-06-04 10:38:59 -05:00
parent 138109eb4c
commit b96bccb297
2 changed files with 8 additions and 6 deletions
+4
View File
@@ -382,6 +382,10 @@ binds {
Mod+Alt+apostrophe { screenshot-window; }
Mod+Shift+apostrophe { screenshot; }
// Force the focused window to exactly 1854 x 882 pixels
//Mod+Shift+semicolon { spawn-sh "niri msg action set-column-width 1854 && niri msg action set-window-height 882"; }
Mod+Shift+semicolon { spawn-sh "niri msg action set-column-width 1854 && niri msg action set-window-height 882 && niri msg action fullscreen-window"; }
// Applications such as remote-desktop clients and software KVM switches may
// request that niri stops processing the keyboard shortcuts defined here
// so they may, for example, forward the key presses as-is to a remote machine.