Set apps to a specific window size/position? #800
Replies: 2 comments
-
Agree. I use SplashID as my password manager, when it opens, I get a password dialog, and then the app loads. When I try to set it to float, it floats somewhere off screen. How do I reset float to center? Here's my config right now: # floating apps
[[on-window-detected]]
if.app-name-regex-substring = 'SplashID'
run = 'layout floating' Here's how the app appears:
Any ideas? |
Beta Was this translation helpful? Give feedback.
-
So this might not be what you are looking for but may help someone out there. For a single app (wezterm) I've make this workaround. I run a script with the same shortcut I move to a workspace, so:
the script does a few things:
It's a bit sloppy but oh well. What I'm trying to deal with is better consistency, sometimes the neofetch ends up in bottom right, or something similar, they mix up every now and then. VPS.Workspace.mp4 |
Beta Was this translation helpful? Give feedback.
-
I know that you can automatically move specified apps to a workspace but is there a way to have it automatically set apps to a specific window size? It would be awesome to have the ability to have this be automated instead of using
option+shift+ -/+
. Thanks in advance!Beta Was this translation helpful? Give feedback.
All reactions