aboutsummaryrefslogblamecommitdiff
path: root/X/xinitrc.d/xbindkeys.sh
blob: b76aebddf4efa2cf8dab5bec3ffd04b2d0436fb3 (plain) (tree)
1
2
3
                    
                                              
                                 
# Start xbindkeys(1)
command -v xbindkeys >/dev/null 2>&1 || return
(cd -- "$HOME" && xbindkeys -n) &