Questions tagged [window-title]
The window-title tag has no summary.
73 questions
0 votes
2 answers
158 views
Move Firefox to a different workspace in Mate desktop
I'm using the Mate desktop, with multiple workspaces. In Mate, I can right-click on the title bar of any window and move the window to another workspace (a context menu with options "Move to ...
1 vote
1 answer
106 views
With urxvt: unable to prevent title in title bar from being overwritten
I'm using urxvt version 9.22 under Ubuntu 20.04.1. Even though I use -title MYTITLE on the urxvt command line, and even though I set the following Xresource ... URxvt.insecure: false ... the title in ...
5 votes
1 answer
1k views
How to display an application window in all workspaces simultaneously (Gnome 42.9)
In Ubuntu 20.04 (Gnome) and earlier, one could show a given window in all workspaces simultaneously. Can that be done in 22.04 (Gnome Shell 42.9). If I have Gedit with configuration data as App Z, and ...
1 vote
1 answer
939 views
Why doesn't the terminal window title change when logging into OpenBSD from Linux Mint?
From a Linux Mint terminal window, when I ssh into OpenBSD, the terminal window title remains the same as just the terminal username@localhostname:~, whereas logging into Ubuntu the terminal window ...
0 votes
1 answer
858 views
Set _NET_WM_NAME to the currently running command in Linux
I am on Arch linux with X and dwm. I want to have the title of the window in st, the suckless terminal, to reflect the command I am running, instead of a plain st. For example if I am running htop to ...
0 votes
2 answers
2k views
On Linux, how do I determine the number of processes with the exact string "test test 123" anywhere in the process title?
I've already figured this out on Windows, but how to do it on Linux eludes me: tasklist /V /NH | find "test test 123" And then I count the number of non-empty lines in the output. This is super slow ...
1 vote
0 answers
395 views
Some applications don't have title bar and are always on top
Some applications (Konsole, gedit, ...) don't have title bar (so, I can't quit them by clicking on the cross) and stay always on the top when they are opened (I have to minimize them with a keyboard ...
1 vote
2 answers
3k views
Change "/bin/bash" in title of terminator and terminal?
I want to change the text /bin/bash to root@kali in the title of terminator and the terminal. How may I do this?