mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-20 00:36:09 +01:00
Revert "Revert "Updated hotkeys, autostart apps and polybar config""
This reverts commit 8950439dc2.
This commit is contained in:
15
systemd_units/thinktrackfix.service
Normal file
15
systemd_units/thinktrackfix.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Thinkpad Trackpoint sensitivity fix
|
||||
|
||||
Wants=network.target
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/set-trackpoint-sensitivity
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user