Questions tagged [panel]
The panel tag has no summary.
120 questions
0 votes
1 answer
37 views
How do I increase the height of the LXQt panel?
I'm using LXQt (with "muffin") on Devuan GNU/Linux Excalibur. I want to increase the height of my panel. Not make it 2-row - increase the height of the single row, so that the icons are ...
0 votes
0 answers
65 views
Terminal command execution from panel
Opening terminal, entering command, hitting enter, works fine. Can we optimize, get rid of that first step: Rather than opening a terminal, can commands be entered directly into a panel, via some ...
0 votes
0 answers
31 views
Docking area on KDE Plasma overlaps with right aligned panel widgets
I have an issue with the layout of my KDE Plasma panel: sometimes (now and then) the docking area is pushed to the right end of the panel, ignoring the widgets placed there, so that both overlap: ...
0 votes
1 answer
252 views
How do I remove a redundant ibus keyboard layout indicator?
I use the Cinnamon desktop environment, v6.0.4, on Devuan GNU/Linux Excalibur (~= Debian Trixie). I use multiple keyboard layouts. On my taskbar, I see two distinct keyboard layout indicators, which ...
0 votes
1 answer
96 views
How can add gnome-weather in the bottom panel of lxde?
I have installed gnome-weather: sudo apt install gnome-weather Menu--Accessories--Weather can launch it. Is there a way to set it on the bottom panel of lxde?
0 votes
1 answer
793 views
Openbox, limit area for fullscreen windows or hide gtk title bar
I am using Openbox with tint2 panel. I want to run the Midori browser to see only a web page without the gtk title bar of the browser. For example I run midori with this command: $ midori -a https://...
0 votes
1 answer
561 views
Configure first day of the week without changing language/locale in Xfce (fedora)
my question is related to this one. Is there an easy way to change the first day of the week in XFCE calendar (xfce4-datetime-plugin) WITHOUT changing the language? I want to keep my language setting ...
4 votes
1 answer
2k views
How does tmux list-panes -f (filter) work?
I read the man page but I could not find how to use -f when using tmux list-panes. It seems to be a filter, I assume this works like grep in some way? Does anyone know how -f works?