11 lines
160 B
Desktop File
11 lines
160 B
Desktop File
[Unit]
|
|
Description=Enable zapping
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=setxkbmap -option terminate:ctrl_alt_bksp
|
|
|
|
[Install]
|
|
WantedBy=wm.target
|