dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

[FEATURE] is it possible to name workspacess and search the workspace from the rsofi and dispatch to the selected workspace

Open ameerhamza205 opened this issue 6 months ago • 2 comments

Is your feature request related to a problem? Please describe.

ss it possible to name workspacess and search the workspace from the rsofi and dispatch to the selected workspace if it is possible that should be added to the configuration files. if not possible how can i configure my own files to get that into it.

i feels so much difficult for switching between the workspaces. it becomes possible nameing the workspaces this would become esay so switch between them

Describe the solution you'd like

not any idea about the solution new to config files and learning it

ameerhamza205 avatar Aug 20 '25 01:08 ameerhamza205

hi the configuration files you can find under ~/.config/hypr/conf then here the documentation for workspace rules https://wiki.hypr.land/Configuring/Workspace-Rules/ as for the searching with rsofi I dont have any idea how to do that

ArekKubinski avatar Aug 20 '25 05:08 ArekKubinski

Just pushed a script to the rolling release that opens rofi showing all active windows and by select moving to the right workspace:

https://github.com/mylinuxforwork/dotfiles/blob/main/dotfiles/.config/ml4w/scripts/focus.sh

Keybinding CTRL + Tab to open the menu.

mylinuxforwork avatar Aug 20 '25 13:08 mylinuxforwork