You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
I'm having troubling with tabbed layouts. I see that bling's mstabs are in the layouts, but I'm confused/unable to actually set that layout and navigate between windows in the tab.
So I've noticed that hitting mod+space can allows you to select the mstabs layouts which seems to be added in config/awesome/configuration/layout.lua, but the behaviour is odd. For example, when I select the tabbed layout using mod+space, it seems after opening a new window the select layout changes back to tile mode? Also, in tabbed windows, I don't know how to cycle through the tabs. Using bling.module.tabbed.iter()here doesn't seem to work.
I'm coming from i3 so basically I'm wondering if its possible to have similar tabs to what i3 has, and if so how. I basically want to
activate tabbed mode
any new window created in the workspace is added as a tab
and using mod+h/l navigates between tabs
I'm not sure if this is possible in given the configs in this project or at all tbh
The text was updated successfully, but these errors were encountered:
@MathieuTuli Can you show a video of what the setup is doing currently with tabs? I understand that you want a behavior similar to i3, but I need a visual example of what bling's tabs are offering to you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having troubling with tabbed layouts. I see that bling's mstabs are in the layouts, but I'm confused/unable to actually set that layout and navigate between windows in the tab.
So I've noticed that hitting mod+space can allows you to select the mstabs layouts which seems to be added in config/awesome/configuration/layout.lua, but the behaviour is odd. For example, when I select the tabbed layout using mod+space, it seems after opening a new window the select layout changes back to tile mode? Also, in tabbed windows, I don't know how to cycle through the tabs. Using
bling.module.tabbed.iter()
here doesn't seem to work.I'm coming from i3 so basically I'm wondering if its possible to have similar tabs to what i3 has, and if so how. I basically want to
I'm not sure if this is possible in given the configs in this project or at all tbh
The text was updated successfully, but these errors were encountered: