Skip to content

jqno/gnome-happy-appy-hotkey

Repository files navigation

Happy Appy Hotkey

A GNOME Shell extension that assigns hotkeys to apps to give them focus or launch them.

A screenshot of Happy Appy Hotkey's preferences screen

Get it on extensions.gnome.org!

Features

  • Assign a hotkey to an app to
    • Give it focus if it's already running, or
    • Launch it if it's not.
  • Assign a hotkey to cycle through all the apps that don't have a hotkey
  • Optionally restrict hotkeys to current workspace
  • Supports Wayland

Exporting and importing

Sometimes you want to share hotkeys between different machines, or to save them when you need to do a re-install. You can use dconf for this. It's already installed on your system.

Open a terminal and run this command:

dconf dump /org/gnome/shell/extensions/happy-appy-hotkey/ > happy-appy-hotkey-settings.dconf

You can save the happy-appy-hotkey-settings.dconf file somewhere safe. When you need to import them again, you can run this:

dconf load /org/gnome/shell/extensions/happy-appy-hotkey/ < happy-appy-hotkey-settings.dconf

Your settings should take effect immediately.

Motivation

I'm a keyboard oriented person and I like to use it to switch apps. However, I think Alt+Tab is too slow and imprecise, especially if you want to jump to a specific app that isn't the last one that you used.

Previously, I cobbled together a few scripts that do this, but they use tools that don't work on Wayland. To achieve this in Wayland, it must operate directly on the window manager (Mutter), and to do that, you need a GNOME Shell extension.

Tiling window managers (like AwesomeWM and QTile) provide this too, but they have downsides:

  • The rabbit hole of configuring a TWM is deep.
  • They have more features than I'll ever use, anyway.
  • I like the creature comforts of GNOME, where plugging a new keyboard or monitor into my laptop at runtime just works.

This extension seeks to fill the niche of what I miss from TWM's in GNOME.

Building

In order to install this extension locally, run ./build.sh local.

In order to create a package for upload to extensions.gnome.org, run ./build.sh package.

Contributing

I'm open for issues and PRs, but keep in mind that I don't have a lot of time to work on this extension. Therefore, I'll only consider features that I'm likely to use myself; otherwise maintaining them would cost too much time.

Credits

For this plugin, I took inspiration from:

  • tiling window managers
  • The Awesome Tiles extension for the way it handles hotkey definition
  • ChatGPT, which, among other things, came up with the name. What can I say.

About

GNOME Shell extension to assign hotkeys to applications to give them focus or launch them

Resources

License

Stars

Watchers

Forks

Packages

No packages published