Xfce Forum

Sub domains
 

You are not logged in.

#1 2022-09-11 12:33:01

fixit
Member
Registered: 2015-01-19
Posts: 115

Start Thunar minimized [SOLVED]

Is there a way to start Thunar minimized?

Thanks.

Last edited by fixit (2022-09-11 15:49:45)


Ubuntu-Mate 22.04

Offline

#2 2022-09-11 14:55:27

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: Start Thunar minimized [SOLVED]

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

#3 2022-09-11 15:44:09

fixit
Member
Registered: 2015-01-19
Posts: 115

Re: Start Thunar minimized [SOLVED]

Thanks ToZ.

Last edited by fixit (2022-09-11 15:50:02)


Ubuntu-Mate 22.04

Offline

Board footer

Powered by FluxBB