Add screencfg config
This commit is contained in:
@@ -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
4
screencfg/screencfg.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
post_commands = [
|
||||
"systemctl --user restart keyboard.service",
|
||||
"systemctl --user restart touchpad.service",
|
||||
]
|
||||
Reference in New Issue
Block a user