Added Makefile
This commit is contained in:
parent
b678427ef5
commit
e07a0d98ed
13
linux/Makefile
Normal file
13
linux/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
############################################
|
||||
# Installing ansi-60-keyboard combinations #
|
||||
############################################
|
||||
|
||||
install:
|
||||
mkdir -p ~/.config/autokey/data/
|
||||
cp -rfv ansi-60-keyboard ~/.config/autokey/data/
|
||||
autokey &
|
||||
|
||||
uninstall:
|
||||
rm -rfv ~/.config/autokey/data/
|
||||
autokey &
|
||||
|
Loading…
Reference in New Issue
Block a user