dfmgr / sxhkd

simple x hotkey daemon configs

Home Page:https://github.com/dfmgr/installer/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sxhkd

simple X hotkey daemon, by the developer of bspwm, that reacts to input events by executing commands

Automatic install/update:

bash -c "$(curl -LSs https://github.com/dfmgr/sxhkd/raw/main/install.sh)"

Manual install:

requires:

Debian based:

apt install sxhkd

Fedora Based:

yum install sxhkd

Arch Based:

pacman -S sxhkd

MacOS:

brew install 
mv -fv "$HOME/.config/sxhkd" "$HOME/.config/sxhkd.bak"
git clone https://github.com/dfmgr/sxhkd "$HOME/.config/sxhkd"

sxhkd wiki | sxhkd site

About

simple x hotkey daemon configs

https://github.com/dfmgr/installer/wiki

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%