You are not logged in.
Pages: 1
can i make a set of launchers specific for each workspace in desktop and panel in the new version of xfce?
Last edited by ahmeteid (2023-04-05 14:26:32)
Offline
Out of the box, no. But you could script something to mimic this behaviour. For example (this works best if you use separate panels just for launchers):
Create a number of launcher panels equal to the number of workspaces (ie. for 4 workspaces you would create 4 panels)
Add the launchers to the panels as you would like them to appear on each workspace
Set all the panels to auto-hide
Write a script that loops forever on a 1 second cycle and uses wmctrl or xdotool to return the current workspace. If the new workspace value is different from the current workspace value (workspace has changed), set to 'automatically hide' all launcher panels (using xfconf-query) and set to 'always on' the panel corresponding to the current workspace.
So basically, as you move from workspace to workspace, launcher panels are hiding and un-hiding as required.
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
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 522.54 KiB (Peak: 530.54 KiB) ]