5 lines
160 B
Bash
Executable file
5 lines
160 B
Bash
Executable file
#!/bin/zsh
|
|
source ${0:a:h:h}/import-env.zsh
|
|
import-env awesome || exit 1
|
|
exec 2>&1
|
|
exec input-leaps -f -c ${XDG_CONFIG_HOME:-$HOME/.config}/InputLeap/home.conf
|