Replies: 3 comments 2 replies
-
|
Try |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Ghostty opens in floating mode with this window rule. Not sure why. Works with alacritty though. $ niri msg windows
# ...
Window ID 120: (focused)
Title: "~"
App ID: "com.mitchellh.ghostty"
Is floating: yes
PID: 126192
Workspace ID: 1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'm opening the preferences window (or using window-rule {
match app-id=r#"^blender$"# title=r#"^Preferences"#
open-floating true
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, @YaLTeR , sorry to interupt you but I want to ask a question :\
Run vscode in wayland:
code --ozone-platform-hint=auto --enable-wayland-ime --wayland-text-input-version=3If set the popup window as floating, then drag and drop tabs is feasible.
before drag:

dragging:

sleep 1.5; niri msg windowsto see this window property:Is there any window-rule that can match this situation? I've read wiki and tried the window-rule above but ALL windows become floating
Beta Was this translation helpful? Give feedback.
All reactions