Browse Source

try to make compose key setting persistent

Fabian Peter Hammerle 5 years ago
parent
commit
932db4a3d8
2 changed files with 1 additions and 4 deletions
  1. 0 3
      xinitrc
  2. 1 1
      xorg.conf

+ 0 - 3
xinitrc

@@ -1,6 +1,3 @@
-# setxkbmap -option caps:none
-setxkbmap -option compose:caps
-
 xrandr --dpi 213;
 xrandr --output eDP1 --mode 2880x1620 --rotate normal;
 xrandr | grep --quiet 'DP2-2 connected' && (

+ 1 - 1
xorg.conf

@@ -1,5 +1,5 @@
 Section "InputClass"
     Identifier "Keyboard Defaults"
     MatchIsKeyboard "yes"
-    Option "XkbOptions" "keypad:pointerkeys"
+    Option "XkbOptions" "compose:caps,keypad:pointerkeys"
 EndSection