Mstdn icon indicating copy to clipboard operation
Mstdn copied to clipboard

floating window under i3

Open zeratax opened this issue 7 years ago • 0 comments

  • OS: arch linux with i3
  • App version: mstdn 0.2.5-1 (aur)

if you use i3 as a wm the window opens as a new tile, which is rather annoying. I guess this is not in the scope of this application, but for anyone dealing with the same issue you could add something like this to your i3 config:

for_window [class="Mstdn"] floating enable move right 0px, move down 612px, resize shrink width 10000px, resize grow width 400px, resize shrink height 10000px, resize grow height 400px

Which allows you to start the application as a small floating window in the bottom corner, at least on a 1920x1080px screen. You could probably write a script that calculates the exact position

screenshot

zeratax avatar Sep 20 '17 22:09 zeratax