mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
Merge branch 'dvorak_interception' of https://github.com/brett/spark into brett-dvorak_interception
This commit is contained in:
commit
7bb7d730fc
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
- name: Enable dvorak for XOrg libinput
|
||||
copy: src=40-libinput-dvorak.conf dest=/etc/X11/xorg.conf.d/40-libinput-dvorak.conf
|
||||
template:
|
||||
src: 40-libinput-dvorak.conf.j2
|
||||
dest: /etc/X11/xorg.conf.d/40-libinput-dvorak.conf
|
||||
|
||||
- name: Add control-caps dvorak keymap
|
||||
copy: src=dvorak-cc.map.gz dest=/usr/share/kbd/keymaps/i386/dvorak/dvorak-cc.map.gz
|
||||
|
|
|
|||
|
|
@ -5,5 +5,7 @@ Section "InputClass"
|
|||
Driver "libinput"
|
||||
Option "XkbLayout" "us"
|
||||
Option "XkbVariant" "dvorak"
|
||||
{% if interception is not defined %}
|
||||
Option "XkbOptions" "ctrl:nocaps"
|
||||
{% endif %}
|
||||
EndSection
|
||||
Loading…
Add table
Add a link
Reference in a new issue