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

How to disable mod_* keys? #50

Closed
M4he opened this issue Apr 7, 2024 · 2 comments
Closed

How to disable mod_* keys? #50

M4he opened this issue Apr 7, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@M4he
Copy link

M4he commented Apr 7, 2024

When I set mod_screens and mod_workspaces to either empty string or a string that does not represent a valid keycode (e.g. mod_screens = "INVALID"), then all 3 modes (current, screens, workspaces) for an action execute simultaneously:

WARN[2024-04-07T17:37:11+02:00] Error on action for layout_horizontal_bottom: Could not find a valid keycode in the string 'INVALID-'. Key binding failed.
...
INFO[2024-04-07T17:37:18+02:00] Execute action [cycle_previous-current]      
INFO[2024-04-07T17:37:18+02:00] Tile 4 windows with vertical-left layout [workspace-1-1] 
INFO[2024-04-07T17:37:18+02:00] Execute event cycle_previous                 
INFO[2024-04-07T17:37:18+02:00] Execute action [cycle_previous-screens]      
INFO[2024-04-07T17:37:18+02:00] Tile 4 windows with fullscreen layout [workspace-1-1] 
INFO[2024-04-07T17:37:19+02:00] Tile 1 windows with vertical-left layout [workspace-1-0] 
INFO[2024-04-07T17:37:19+02:00] Execute event cycle_previous                 
INFO[2024-04-07T17:37:19+02:00] Execute action [cycle_previous-workspaces]   
INFO[2024-04-07T17:37:19+02:00] Tile 1 windows with fullscreen layout [workspace-1-0] 
INFO[2024-04-07T17:37:19+02:00] Tile 0 windows with vertical-left layout

How do I completely disable those modifiers properly?

@leukipp leukipp self-assigned this Apr 7, 2024
@leukipp leukipp added the question Further information is requested label Apr 7, 2024
@leukipp
Copy link
Owner

leukipp commented Apr 7, 2024

You can safely comment/delete the mod_* bindings in the config.

@M4he
Copy link
Author

M4he commented Apr 7, 2024

You can safely comment/delete the mod_* bindings in the config.

Oh you are right. Thank you.

@M4he M4he closed this as completed Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants