You are not logged in.
Pages: 1
Is there a way to start Thunar minimized?
Thanks.
Last edited by fixit (2022-09-11 15:49:45)
Ubuntu-Mate 24.04
Offline
You can use devilspie to accomplish this with a .ds file like this:
(if (is (window_class) "Thunar") (minimize))
Or with xdotool (but it first displays the window then hides it):
thunar && sleep 1 && xdotool getactivewindow windowminimize
...change the sleep value to suit.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks ToZ.
Last edited by fixit (2022-09-11 15:50:02)
Ubuntu-Mate 24.04
Offline
Pages: 1
[ Generated in 0.008 seconds, 9 queries executed - Memory usage: 522.22 KiB (Peak: 523.06 KiB) ]