You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new command, niri msg pick-window, that lets you pick a window with your mouse, then prints information about it. Kinda like niri msg focused-window but with a mouse picker.
Will also be useful for IPC in the future present.
The text was updated successfully, but these errors were encountered:
I have a (probably bad) idea of how this could be done:
Step 1: Store the currently focused window
Step 2: Grab an element like what screenshot_window(&self, renderer, output, mapped) does
Step 3: Focus onto that window
Step 4: Display information about that window
Step 5: Focus back on the stored window in Step 1.
I may be able to write this up but I would need to put my rust-fu to the test.
A new command,
niri msg pick-window
, that lets you pick a window with your mouse, then prints information about it. Kinda likeniri msg focused-window
but with a mouse picker.Will also be useful for IPC in the
futurepresent.The text was updated successfully, but these errors were encountered: