mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 04:44:24 -05:00
auto up 01:11:50 up 4:43, 2 users, load average: 1.05, 0.88, 0.89
This commit is contained in:
14
shell/start_kmonad.sh
Executable file
14
shell/start_kmonad.sh
Executable 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
|
||||||
Reference in New Issue
Block a user