Przeglądaj źródła

Add a compose button to keyboard

Colin Powell 5 lat temu
rodzic
commit
48d808986b

+ 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 &