Skip to content

Commit

Permalink
plasma: fix overview shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
gjpin committed Jan 22, 2025
1 parent de8c438 commit 54c9304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plasma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ fi
sudo -u ${NEW_USER} kwriteconfig6 --file kglobalshortcutsrc --group org.kde.konsole.desktop --key "_launch" "Meta+Return,none,Konsole"

# Toggle overview shortcut
sudo -u ${NEW_USER} kwriteconfig6 --file kglobalshortcutsrc --group kwin --key "Overview" "Meta+Tab\tMeta+W,Meta+W,Toggle Overview"
sudo -u ${NEW_USER} kwriteconfig6 --file kglobalshortcutsrc --group kwin --key "Overview" "Meta+Tab,Meta+W,Toggle Overview"

# Close windows shortcut
sudo -u ${NEW_USER} kwriteconfig6 --file kglobalshortcutsrc --group kwin --key "Window Close" "Meta+Shift+Q,none,Close Window"
Expand Down

0 comments on commit 54c9304

Please sign in to comment.