Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blue theme - focus_switch_byd not working #45

Closed
rakanalh opened this issue Mar 27, 2020 · 2 comments
Closed

Blue theme - focus_switch_byd not working #45

rakanalh opened this issue Mar 27, 2020 · 2 comments

Comments

@rakanalh
Copy link

Hello,

Using the blue theme, i tried the following:

  1. Launch Firefox on workspace 1
  2. Launch qutebrowser on workspace 1 (3 windows)

The task list correctly shows 2 items (qutebrowser + firefox).

However, pressing Mod4 + (i, j, k, l) doesn't seem to work switching focus to the different qutebrowser windows and firefox. Tried chaing the code to:

		{
			{ env.mod }, "l", awful.client.focus.byidx(-1),
			{ description = "Go to right client", group = "Client focus" }
		},
		{
			{ env.mod }, "j", awful.client.focus.byidx(1),
			{ description = "Go to left client", group = "Client focus" }
		},

But that isn't working either. Not sure what the problem is here really.

@worron
Copy link
Owner

worron commented Mar 27, 2020

Never experienced such problem. Both awful.client.focus.bydirection awful.client.focus.byidx are functions from standard WM lib so has nothing to do with config. Try to reproduce this with default awesomewm config, possible it's upstream issue.

@rakanalh
Copy link
Author

I believe this was because i was using the "maximized" layout which somehow prevents moving between clients. On a normal tiling layout the shortcuts work without issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants