Add xremap role for macOS bindings on Linux

This commit is contained in:
2023-06-08 23:41:06 +01:00
parent 49b292126e
commit 878db362cd
4 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: restart xremap
systemd:
name: xremap
scope: user
daemon_reload: true
state: restarted