Skip to content

dfmgr/sxhkd

Repository files navigation

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