瀏覽代碼

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