Xfce Forum

Sub domains
 

You are not logged in.

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

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

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 24.04

Offline

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

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,485

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: 129

Re: Start Thunar minimized [SOLVED]

Thanks ToZ.

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


Ubuntu-Mate 24.04

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.008 seconds, 9 queries executed - Memory usage: 522.22 KiB (Peak: 523.06 KiB) ]