From 11ffb44f462afe2de0bd057fc24a24bdbdd87112 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 4 Oct 2019 09:52:50 -0400 Subject: [PATCH] Fix issue with setxkbmap not working --- screenlayout/.screenlayout/keyboard-and-bg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screenlayout/.screenlayout/keyboard-and-bg.sh b/screenlayout/.screenlayout/keyboard-and-bg.sh index 0d7910a..e215ae9 100755 --- a/screenlayout/.screenlayout/keyboard-and-bg.sh +++ b/screenlayout/.screenlayout/keyboard-and-bg.sh @@ -1,4 +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:ralt & +setxkbmap -option caps:escape -option compose:ralt & +