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 &