Pārlūkot izejas kodu

try to make compose key setting persistent

Fabian Peter Hammerle 5 gadi atpakaļ
vecāks
revīzija
932db4a3d8
2 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  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