From 48d808986bbbb1e2dd11512f79a6b21ce0ae8fdc Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 25 Sep 2019 21:41:36 -0400 Subject: [PATCH] Add a compose button to keyboard --- screenlayout/.screenlayout/keyboard-and-bg.sh | 1 + xinitrc/.xinitrc | 1 + 2 files changed, 2 insertions(+) diff --git a/screenlayout/.screenlayout/keyboard-and-bg.sh b/screenlayout/.screenlayout/keyboard-and-bg.sh index b15ad08..dd5f42f 100755 --- a/screenlayout/.screenlayout/keyboard-and-bg.sh +++ b/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 & diff --git a/xinitrc/.xinitrc b/xinitrc/.xinitrc index 720b96d..6632a29 100644 --- a/xinitrc/.xinitrc +++ b/xinitrc/.xinitrc @@ -1 +1,2 @@ setxkbmap -option caps:escape & +setxkbmap -option compose:menu &