sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
git clone https://hhvn.uk/sxhkd-rc
git clone git://hhvn.uk/sxhkd-rc
Log | Files | Refs | README | LICENSE

xinitrc (187B)


      1 if ! tmux has-session -t sxhkd 2> /dev/null ; then
      2 	tmux new-session -s sxhkd -d
      3 	printf '%s\n' '. "$XDG_CONFIG_HOME"/sxhkd/functions' | tmux load-buffer -
      4 	tmux paste-buffer -t sxhkd
      5 fi