瀏覽代碼

Add a compose button to keyboard

Colin Powell 5 年之前
父節點
當前提交
48d808986b
共有 2 個文件被更改,包括 2 次插入0 次删除
  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 &