项目作者: sandsmark

项目描述 :
Global hotkey daemon.
高级语言: C++
项目地址: git://github.com/sandsmark/shortcut-satan.git
创建时间: 2021-07-12T15:03:26Z
项目社区:https://github.com/sandsmark/shortcut-satan

开源协议:

下载


Shortcut Satan™

logo

A global hotkey daemon.

Config

You define shortcuts and what they do in ~/.config/shortcut-satan.conf. The
format is the same as hkd, just without the weird -‘s at the beginning of each
line.

If you run it with -p it will print the keys you press. Useful for creating
your config.

Example config

  1. MUTE: pamixer -t
  2. VOLUMEUP: pamixer -i 10
  3. VOLUMEDOWN: pamixer -d 10
  4. BRIGHTNESSUP: light -A 33
  5. BRIGHTNESSDOWN: light -U 33
  6. # Lock
  7. WIN L: xset s activate