Edge-tiling polish, Super+Arrow keys, Bluetooth, audio diag tools#21
Merged
kimptoc merged 1 commit intokimptoc:claude/fix-xfce-wallpaper-FK5rhfrom May 2, 2026
Conversation
xfwm4's defaults only bind tile_left_key/right/up/down to the numeric keypad (<Super>KP_*). On laptops and CC PCs without a numpad, Super+ Arrow silently does nothing. Add the regular-arrow bindings (and the corner tiles via Alt/Ctrl modifiers) so kids get the Windows-style shortcuts they expect. Per Chris's PR kimptoc#17 comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-ups after PR #20 was merged:
c212eab) — wrap=true was pre-empting the edge-tile gesture so drag-to-edge tiling silently did nothing.2615542) —aplay -l,pactl,speaker-testfor in-the-field audio triage.0296086) —hardware.bluetooth+services.blueman. Needed for Chrome's hybrid-transport (caBLE) passkey QR-with-phone flow; also useful for BT headsets.7fba6a0) — xfwm4's defaults only bind these to the numeric keypad. Add regular-arrow bindings (+ Alt/Ctrl corners) via thexfce4-keyboard-shortcutschannel so kids get Windows-style tiling without a numpad. Per Chris's comment on PR Switch desktop environment from GNOME to xfce #17.Test plan
Super+Left/Super+Right/Super+Down— window tiles to that side. Note: Chris flaggedSuper+Upmay still need investigation for a default conflict.aplay -llists sound cards on a real CC machine.bluetoothctl showlists a BT controller; blueman-applet appears in the panel tray.🤖 Generated with Claude Code