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

View File

@@ -98,6 +98,8 @@ dotfiles:
to: .config/helix/config.toml
- from: helix/languages.toml
to: .config/helix/languages.toml
- from: screencfg/screencfg.toml
to: .config/screencfg.toml
- from: cargo/config.toml
to: .local/state/cargo/config.toml
dotfiles_remove:

4
screencfg/screencfg.toml Normal file
View File

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