Add screencfg config

This commit is contained in:
2024-11-09 18:01:46 +01:00
parent 3d3890affe
commit cf2d9274d4
2 changed files with 6 additions and 0 deletions

4
screencfg/screencfg.toml Normal file
View File

@@ -0,0 +1,4 @@
post_commands = [
"systemctl --user restart keyboard.service",
"systemctl --user restart touchpad.service",
]