mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
12 lines
290 B
Desktop File
12 lines
290 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@setxkbmap@/bin/setxkbmap -option '' -option 'ctrl:nocaps' -option 'altwin:no_win'
|
|
RemainAfterExit=true
|
|
Type=oneshot
|
|
|
|
[Unit]
|
|
After=graphical-session-pre.target
|
|
Description=Set up keyboard in X
|
|
PartOf=graphical-session.target
|