Skip to content

Edge-tiling polish, Super+Arrow keys, Bluetooth, audio diag tools#21

Merged
kimptoc merged 1 commit intokimptoc:claude/fix-xfce-wallpaper-FK5rhfrom
cattyclaw-bot:claude/fix-xfce-wallpaper-FK5rh
May 2, 2026
Merged

Edge-tiling polish, Super+Arrow keys, Bluetooth, audio diag tools#21
kimptoc merged 1 commit intokimptoc:claude/fix-xfce-wallpaper-FK5rhfrom
cattyclaw-bot:claude/fix-xfce-wallpaper-FK5rh

Conversation

@cattyclaw-bot
Copy link
Copy Markdown
Contributor

Summary

Follow-ups after PR #20 was merged:

  • Disable xfwm4 wrap_windows / wrap_workspaces (c212eab) — wrap=true was pre-empting the edge-tile gesture so drag-to-edge tiling silently did nothing.
  • alsa-utils + pulseaudio CLI tools (2615542) — aplay -l, pactl, speaker-test for in-the-field audio triage.
  • Enable Bluetooth (0296086) — hardware.bluetooth + services.blueman. Needed for Chrome's hybrid-transport (caBLE) passkey QR-with-phone flow; also useful for BT headsets.
  • Super+Arrow tile shortcuts (7fba6a0) — xfwm4's defaults only bind these to the numeric keypad. Add regular-arrow bindings (+ Alt/Ctrl corners) via the xfce4-keyboard-shortcuts channel 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

  • Drag a window to the left edge — fills left half (works thanks to wrap disable).
  • Press Super+Left / Super+Right / Super+Down — window tiles to that side. Note: Chris flagged Super+Up may still need investigation for a default conflict.
  • aplay -l lists sound cards on a real CC machine.
  • bluetoothctl show lists a BT controller; blueman-applet appears in the panel tray.

🤖 Generated with Claude Code

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.
@kimptoc kimptoc merged commit aa6a95d into kimptoc:claude/fix-xfce-wallpaper-FK5rh May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants