Skip to content

ramottamado/gnome-shell-focus-wmclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Focus WMClass GNOME Shell Extension

This extension provides dbus method to focus app window on GNOME Shell by their WM_CLASS property (similar like wmctrl -xa).

Installation

git clone git://github.com/ramottamado/gnome-shell-focus-wmclass.git
cd gnome-shell-focus-wmclass
make install

Example Usage

gdbus call \
  --session \
  --dest org.gnome.Shell \
  --object-path /org/gnome/Shell/Window \
  --method org.gnome.Shell.Window.FocusWMClass "Spotify"

About

Provides DBus method to focus app, alternative for wmctrl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published