소스 검색

try to make compose key setting persistent

Fabian Peter Hammerle 5 년 전
부모
커밋
932db4a3d8
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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