12 lines
183 B
Desktop File
12 lines
183 B
Desktop File
[Unit]
|
|
Description=Enable zapping
|
|
After=xorg.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=setxkbmap -option terminate:ctrl_alt_bksp
|
|
|
|
[Install]
|
|
WantedBy=mystuff.target
|