xinitrc - replace with systemd stuffs

This commit is contained in:
Felix Van der Jeugt 2015-04-18 13:50:14 +02:00
parent da7c0c65db
commit f6b0e63042
13 changed files with 67 additions and 45 deletions

View file

@ -0,0 +1,10 @@
[Unit]
Description=XCape Modifier Key Modifier
After=display-manager.service
Wants=display-manager.service
[Service]
ExecStart=/usr/bin/xcape -d -t 100 -e 'Super_L=Scroll_Lock;Shift_L=Escape'
[Install]
WantedBy=default.target