Fix Alt+Tab keybinding in KWin #13

Merged
Tiebe merged 1 commit from fix-alt-tab-keybinding into main 2026-02-08 14:37:09 +00:00
Owner

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 backward

Testing

After rebuilding your NixOS configuration, Alt+Tab should work as expected for window switching.

## 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 backward ## Testing After rebuilding your NixOS configuration, Alt+Tab should work as expected for window switching.
The Alt+Tab and Alt+Shift+Tab keybindings had invalid empty strings in the array which could cause them to not work properly. Simplified to just use the standard keybindings directly.
Tiebe merged commit 2dade70d32 into main 2026-02-08 14:37:09 +00:00
Tiebe deleted branch fix-alt-tab-keybinding 2026-02-08 14:37:10 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Tiebe/nix-config#13
No description provided.