Move Arch files

This commit is contained in:
2016-12-11 23:53:36 -05:00
parent e457a2d390
commit 416cdb92d3
9 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
To install these services first link them to `/etc/systemd/system/`
Next, run `systemctl enable <script-name>.serivoce`
And then finally you can force start with `systemctl start <script-name>.service`

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Remaps the keyboard using xmodmap
[Service]
ExecStart=/home/michael/bin/remap-keyboard.sh
[Install]
WantedBy=multi-user.target