aboutsummaryrefslogtreecommitdiffstats
path: root/X11
diff options
context:
space:
mode:
Diffstat (limited to 'X11')
-rw-r--r--X11/XCompose13
-rw-r--r--X11/xorg.conf.d/20-intel.conf5
-rw-r--r--X11/xorg.conf.d/90-keyboard.conf6
3 files changed, 15 insertions, 9 deletions
diff --git a/X11/XCompose b/X11/XCompose
index 0097034..406e921 100644
--- a/X11/XCompose
+++ b/X11/XCompose
@@ -18,6 +18,9 @@ include "%L"
<Multi_key> <l> <a> : "λ" U03BB
<Multi_key> <m> <u> : "µ" U00B5
+<Multi_key> <d> <e> <l> : "δ" U03B4
+<Multi_key> <D> <e> <l> : "Δ" U0394
+
# Quotes
<Multi_key> <quotedbl> <bracketleft> : "“" U201C
<Multi_key> <quotedbl> <bracketright> : "”" U201D
@@ -74,14 +77,6 @@ include "%L"
<Multi_key> <b> <h> <s> : "☣" U2623 # BIOHAZARD SIGN
<Multi_key> <r> <a> <s> : "☢" U2622 # RADIOACTIVE SIGN
-<Multi_key> <S> <W> : "卐" U262D
<Multi_key> <colon> <bar> <bar> : "ಠ_ಠ"
-<Multi_key> <s> <a> : U00A0
-<Multi_key> <s> <b> : U2007
-<Multi_key> <s> <c> : U2008
-<Multi_key> <s> <d> : U2009
-<Multi_key> <s> <e> : U200A
-<Multi_key> <s> <f> : U202F
-<Multi_key> <s> <g> : U205F
-<Multi_key> <s> <h> : U3000
+<Multi_key> <t> <r> <a> <i> <n> <s> : "🚂 🚊 🚉 🚞 🚆 🚄 🚅 🚈 🚇 🚝 🚋 🚃 🚟"
diff --git a/X11/xorg.conf.d/20-intel.conf b/X11/xorg.conf.d/20-intel.conf
new file mode 100644
index 0000000..0335cbe
--- /dev/null
+++ b/X11/xorg.conf.d/20-intel.conf
@@ -0,0 +1,5 @@
+Section "Device"
+ Identifier "Intel Graphics"
+ Driver "intel"
+ Option "TearFree" "true"
+EndSection
diff --git a/X11/xorg.conf.d/90-keyboard.conf b/X11/xorg.conf.d/90-keyboard.conf
new file mode 100644
index 0000000..c7c9b05
--- /dev/null
+++ b/X11/xorg.conf.d/90-keyboard.conf
@@ -0,0 +1,6 @@
+Section "InputClass"
+ Identifier "Keyboard Defaults"
+ MatchIsKeyboard "on"
+ Option "XkbLayout" "dvorak,us"
+ Option "XkbOptions" "caps:escape,compose:ralt,grp_led:caps,grp:menu_toggle"
+EndSection