Compare commits

...

3 Commits

14
shell/start_kmonad.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
HOST=$(hostname)
case "$HOST" in
"minoxy")
kmonad ~/dotfiles/home/dot-kmonad/hyper.kbd &
;;
"thinix")
kmonad ~/dotfiles/home/dot-kmonad/thinkpad.kbd &
;;
esac
disown