Skip to content

feat: Click to focus terminal (Linux) #4

@js-koo

Description

@js-koo

Description

Focus the Claude Code terminal window when clicking the notification on Linux.

Implementation

Method Details
wmctrl wmctrl -a <window>
xdotool xdotool search --name <window> windowactivate
Required Permission X11 window manager access

Target Apps

  • GNOME Terminal
  • Konsole
  • xterm

Tasks

  • Research wmctrl / xdotool approach
  • Implement window activation
  • Test on major distributions
  • Add permission guide to README

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlinuxLinux specific

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions