
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
fusuma-plugin-appmatcher
Advanced tools
Fusuma plugin configure app-specific gestures
Run the following code in your terminal.
$ sudo gem install fusuma-plugin-appmatcher
Gnome Wayland version 41 and later does not allow to access information about window or application like focused app. So fusuma-plugin-appmatcher solves this problem via Appmatcher gnome-extension.
$ fusuma-appmatcher --install-gnome-extension
Restart your session(logout/login), then activate Appmatcher on gnome-extensions-app
$ fusuma-appmatcher -l
prints Running Application names.
$ fusuma-appmatcher -l
Slack
Google-chrome
Alacritty
You can use these application name to under application:
context in config.yml
Add the ---
symbol to separate the context in config.yml.
Add context:
property in ~/.config/fusuma/config.yml
.
Under the context:
property, you can set the application: APP_NAME
as a value.
:Google-chrome
, :Alacritty
, Org.gnome.Nautilus
, and so on.$ fusuma-appmatcher -l
NOTE: The first context separated by ---
is the default context
In the following example of config.yml
# this is default context
swipe:
4:
up:
sendkey: 'LEFTCTRL+LEFTALT+DOWN'
keypress:
LEFTSHIFT:
sendkey: 'LEFTSHIFT+LEFTCTRL+LEFTALT+DOWN'
down:
sendkey: 'LEFTCTRL+LEFTALT+UP'
LEFTSHIFT:
sendkey: 'LEFTSHIFT+LEFTCTRL+LEFTALT+UP'
---
context:
application: Google-chrome
swipe:
3:
left:
sendkey: 'LEFTALT+RIGHT'
right:
sendkey: 'LEFTALT+LEFT'
up:
sendkey: 'LEFTCTRL+T'
down:
sendkey: 'LEFTCTRL+W'
---
context:
application: Gnome-terminal
swipe:
3:
up:
sendkey: 'LEFTSHIFT+LEFTCTRL+T'
down:
sendkey: 'LEFTSHIFT+LEFTCTRL+W'
Bug reports and pull requests are welcome on GitHub at https://github.com/iberianpig/fusuma-plugin-appmatcher. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Fusuma::Plugin::Appmatcher project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that fusuma-plugin-appmatcher demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.