Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-savard authored Feb 25, 2022
1 parent 4226483 commit 13090b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,19 @@ Below, you'll find the steps required to create a systemd command that will run

Open a terminal window and enter the following command:

`sudo nano /etc/systemd/system/keychron.service`
```shell
# Set the EDITOR variable with EDITOR=nano, uncommenting the line directly below
# EDITOR=nano
sudoedit /etc/systemd/system/keychron.service
```

## Step 2

Paste the following into the window:

```shell
[Unit]
Description=The command to make the Keychron K2 work
Description=Disables media keys for the Keychron K2 and enables function keys

[Service]
Type=oneshot
Expand Down

0 comments on commit 13090b1

Please sign in to comment.