-
How do you guys switch between the desktop and a game? I didn't manage to do it, i tried with workspaces, but I didn't really figure out how to switch from the Game "0 A.D." which is running in Fullscreen mode back to desktop. Edit: Are Workspaces comparable to VirtualDesktops? |
Beta Was this translation helpful? Give feedback.
Answered by
mlpeter33
Jan 31, 2025
Replies: 1 comment 4 replies
-
I do it using the keybinds I have assigned on the dotfiles |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
u can simply add bind = $mainMod, [your-keybind], exec(if needed), [your-action] to the conf files and it executes what u tell it (mainmod = win key)
so if u do bind = $mainMod, 2, workspace 2 then win + 2 will change from ur current workspace to workspace 2 (u can change between full screen app and your workspace 2 for example) I'm sure there are better ways to change from a full screen app to another tho but that will work