Fix Alt+Tab keybinding in KWin #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-alt-tab-keybinding"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Alt+Tab and Alt+Shift+Tab keybindings in KWin (Plasma) were configured with invalid empty strings in the array, which could prevent them from working properly.
Solution
Simplified the keybinding configuration to use clean string values instead of arrays with empty strings:
"Alt+Tab"for switching windows forward"Alt+Shift+Tab"for switching windows backwardTesting
After rebuilding your NixOS configuration, Alt+Tab should work as expected for window switching.