Explorar el Código

Add a compose button to keyboard

Colin Powell hace 5 años
padre
commit
48d808986b
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      screenlayout/.screenlayout/keyboard-and-bg.sh
  2. 1 0
      xinitrc/.xinitrc

+ 1 - 0
screenlayout/.screenlayout/keyboard-and-bg.sh

@@ -1,3 +1,4 @@
 #!/bin/bash
 feh --bg-scale ~/var/inbox/ng_photos/`ls -Art ~/var/inbox/ng_photos | tail -n 1`
 setxkbmap -option caps:escape &
+setxkbmap -option compose:menu &

+ 1 - 0
xinitrc/.xinitrc

@@ -1 +1,2 @@
 setxkbmap -option caps:escape &
+setxkbmap -option compose:menu &