14 lines
275 B
Desktop File
14 lines
275 B
Desktop File
[Unit]
|
|
Description=xmodmap
|
|
Requires=xorg.target
|
|
After=xorg.target
|
|
Before=awesome-wm.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/setxkbmap -option terminate:ctrl_alt_bksp -option caps:escape
|
|
ExecStart=/usr/bin/synclient TouchpadOff=1
|
|
|
|
[Install]
|
|
WantedBy=mystuff.target
|