The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

how to define a static window title?

asked 2013-05-19 12:34:46 +0000

killown gravatar image

is there a way to set up a window title? for example, chromium changes the window title according to the active tab, I would like chromium having a static title, because I have an issue with:

dolphin

assign [class=" Dolphin"] 8:Arquivos for_window [title=" Dolphin"] move workspace 8:Arquivos; workspace 8:Arquivos if the chromium tab has a title including " Dolphin" the browser will be moved to the workspace 8:Arquivos, that's why I need to set it static.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-05-20 23:32:47 +0000

You can use multiple types as criteria (eg. title, class, window_role, etc - see docs for details), so you can ensure the rules for dolphin windows will not also catch browser windows:

for_window [class="^Dolphin$" title=" Dolphin"] move workspace 8

This is not much related to the question (each application has own rules to define the window title, and you can only control this is they allow you to, such as a terminal window), but I think that's what you are actually looking for...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-19 12:34:46 +0000

Seen: 233 times

Last updated: May 20 '13