<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6405&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / terminal title parameter]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6405</link>
		<description><![CDATA[The most recent posts in terminal title parameter.]]></description>
		<lastBuildDate>Sun, 03 Mar 2024 23:02:35 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48660#p48660</link>
			<description><![CDATA[<p>Not sure if this helps with your particular situation, but you can change the title of a window with the WM_NAME atom. I edited the previous version of this post because I provided a long example that did this with XSetWindowProperty(), but it turns out there&#039;s a dedicated function XFetchame() that does this much more easily. The documentation is here:<br /><a href="https://www.x.org/releases/current/doc/libX11/libX11/libX11.html#Setting_and_Reading_the_WM_NAME_Property" rel="nofollow">https://www.x.org/releases/current/doc/ … E_Property</a><br />If you first need to identify the windows that need their name changed, you can use XGetClassHint() to get the unaltered application name. (Terminals will usually update the title with the working directory, etc.)</p>]]></description>
			<author><![CDATA[dummy@example.com (stultumanto)]]></author>
			<pubDate>Sun, 03 Mar 2024 23:02:35 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48660#p48660</guid>
		</item>
		<item>
			<title><![CDATA[Re: terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48002#p48002</link>
			<description><![CDATA[<p>Oh.</p>]]></description>
			<author><![CDATA[dummy@example.com (The-Amnesiac-Philosopher)]]></author>
			<pubDate>Fri, 09 Feb 2024 20:30:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48002#p48002</guid>
		</item>
		<item>
			<title><![CDATA[Re: terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48001#p48001</link>
			<description><![CDATA[<p>@quickfur<br />I had the thought of creating a dictionary for terminals and the parameter.&#160; If a terminal was not in the dictionary just don&#039;t set the title. For now I think I&#039;ll just not set the title.</p><p>@The-Amnesiac-Philosopher<br />To be clear this is not about &quot;general&quot; settings for the terminal, but for a creating a launcher that starts the terminal and a specific task. </p><p>My goal was to set the title to the name of the task the terminal would be running. To clarify I mean the actual name, not the executable name.&#160; &#160;Most terminal will set the title to the executable name. Which is close enough. So it&#039;s not worth writing a bunch of code to implement.</p>]]></description>
			<author><![CDATA[dummy@example.com (JWM-Kit)]]></author>
			<pubDate>Fri, 09 Feb 2024 20:25:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48001#p48001</guid>
		</item>
		<item>
			<title><![CDATA[Re: terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47998#p47998</link>
			<description><![CDATA[<p>I&#039;m on the other side...</p><p>Is this a personal preference...a cosmetic feature that you would like to have on your spin?</p><p>I&#039;ve just installed Sakura and three other terminals without any customization (Kitty, RXVT, and QTerminal). The title bars (including xterm) all read the same...</p><p><span class="bbc">tap@miyolinux</span></p><p>There&#039;s probably a script you could write that would do what you&#039;re wanting...or setting the terminal&#039;s title bar name with a .bashrc file??? </p><p>I don&#039;t know. All that I do know is that I have never personally paid attention to the terminal&#039;s title bar name until this. Hahaha! <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>I&#039;ve looked at the configuration files for each one, but none of them gave me anything about setting the title bar name. <img src="http://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>I don&#039;t even have a title bar on my terminal on my Openbox and JWM systems. <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Good luck! <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (The-Amnesiac-Philosopher)]]></author>
			<pubDate>Fri, 09 Feb 2024 18:34:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47998#p47998</guid>
		</item>
		<item>
			<title><![CDATA[Re: terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47996#p47996</link>
			<description><![CDATA[<p>Unfortunately in cases like these the best way is probably to find out which actual terminal it is (e.g. use `namei` or equivalent to find where x-terminal-emulator actually resolves to), then have a table of known terminals to option names to map the option correctly.</p><p>A hassle, of course. But ultimately solvable.</p>]]></description>
			<author><![CDATA[dummy@example.com (quickfur)]]></author>
			<pubDate>Fri, 09 Feb 2024 18:07:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47996#p47996</guid>
		</item>
		<item>
			<title><![CDATA[Re: terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47981#p47981</link>
			<description><![CDATA[<p>Ahhh...gotcha. Yes sir, that must be frustrating. Best of luck.</p>]]></description>
			<author><![CDATA[dummy@example.com (The-Amnesiac-Philosopher)]]></author>
			<pubDate>Fri, 09 Feb 2024 13:38:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47981#p47981</guid>
		</item>
		<item>
			<title><![CDATA[Re: terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47978#p47978</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I know that doesn&#039;t help you, but I&#039;m not sure what you&#039;re trying to accomplish?</p></div></blockquote></div><p>Not everyone uses the same terminal, so if I share code with others that launches the user&#039;s default terminal emulator then that code needs to be compatible with as many terminals as possible, hopefully all of them.&#160; If the parameters used are not consistent across all terminals then the code will break.</p><p>Setting the title is only cosmetic and is not that important.&#160; For the sake of compatibility I guess I&#039;ll just leave ti out for now.</p>]]></description>
			<author><![CDATA[dummy@example.com (JWM-Kit)]]></author>
			<pubDate>Fri, 09 Feb 2024 12:55:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47978#p47978</guid>
		</item>
		<item>
			<title><![CDATA[Re: terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47952#p47952</link>
			<description><![CDATA[<p>I can&#039;t answer your question. Sorry.</p><p>However, I&#039;ve tried many terminals...and it has been a bane to me. At the end of the day, I decided to just use xterm (since it comes in automagically when building my own system). Took A LOT of searches on how to get it customized to my liking...you know...default font, font size, transparency, etc...</p><p>Now...after figuring out all of that fluff with an .Xresources file in my home folder and a line for transparency in my picom file, I can&#039;t imagine using another terminal. <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>I know that doesn&#039;t help you, but I&#039;m not sure what you&#039;re trying to accomplish??? Sorry. <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (The-Amnesiac-Philosopher)]]></author>
			<pubDate>Thu, 08 Feb 2024 22:46:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47952#p47952</guid>
		</item>
		<item>
			<title><![CDATA[Re: terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47942#p47942</link>
			<description><![CDATA[<p>Having read the man pages for several terminal emulators I have come to the conclusion that there is no standard.&#160; Which really is sad. Most of them do support either -T or -t. Simply recognizing both upper and lower case T for the argument would be a giant leap forward.</p>]]></description>
			<author><![CDATA[dummy@example.com (JWM-Kit)]]></author>
			<pubDate>Thu, 08 Feb 2024 16:06:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47942#p47942</guid>
		</item>
		<item>
			<title><![CDATA[terminal title parameter]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=47941#p47941</link>
			<description><![CDATA[<p>I had the idea that all terminals supported the -T parameter used to set the window title.&#160; It has come to my attention that sakura does not.&#160; Instead it uses lowercase -t as the parameter.</p><p>Is sakura alone in this behavior or are there other terminal emulators that use a different parameter, or don’t even support setting the title.</p><p>This is an important issue since this incompatibility could easily break programs and scripts with terminals that do not support it.</p>]]></description>
			<author><![CDATA[dummy@example.com (JWM-Kit)]]></author>
			<pubDate>Thu, 08 Feb 2024 14:43:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=47941#p47941</guid>
		</item>
	</channel>
</rss>
