clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add desc

sspaeti c1b93360 25d3f605

+8
+8
kanata/.config/kanata/readme.md
··· 1 + 2 + Install systemd service to run it automatically. It must be as /etc/systemd/system as it needs uinput permission that only sudo has. 3 + 4 + I also added below line to `/etc/sudoers` to allow hypr shortcut without asking for sudo password each time i hit the shortcut: 5 + 6 + ``` 7 + sspaeti ALL=(ALL) NOPASSWD: /bin/cp /etc/kanata/*.kbd /home/sspaeti/.config/kanata/kanata.kbd, /bin/systemctl restart kanata 8 + ```