mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
824d31a21c
Also default these options to `null` for state version ≥ 19.09. Fixes #811 Suggested-by: Sean Marshallsay <srm.1708@gmail.com>
12 lines
279 B
Desktop File
12 lines
279 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@setxkbmap@/bin/setxkbmap -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
|