diff options
| author | Kyle Javier | 2021-09-27 00:24:47 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-27 00:26:30 -0400 |
| commit | 9abdfbac8fa18a67c5c1a731e837a81e7c992e3e (patch) | |
| tree | 301a382c87f4c0f46674281cd9e242e9e2faacca /xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml | |
| parent | 0c04f4a8f298db68b51d72bffa4a7c721a5496eb (diff) | |
added xfce4 dotfiles and changed some gtk settings
Diffstat (limited to 'xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml')
| -rw-r--r-- | xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml b/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml new file mode 100644 index 0000000..53ff0e1 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="keyboard-layout" version="1.0"> + <property name="Default" type="empty"> + <property name="XkbDisable" type="bool" value="false"/> + <property name="XkbOptions" type="empty"> + <property name="Compose" type="string" value="compose:ralt"/> + </property> + <property name="XkbModel" type="string" value="pc105"/> + </property> +</channel> |
