From a36023d8663416243ee30e1820a2d0aaf7f768fd Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 31 Dec 2019 21:45:50 -0500 Subject: [PATCH] Fix redundant calls to setxbmap --- screenlayout/.screenlayout/keyboard-and-bg.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/screenlayout/.screenlayout/keyboard-and-bg.sh b/screenlayout/.screenlayout/keyboard-and-bg.sh index 634617e..9b877c3 100755 --- a/screenlayout/.screenlayout/keyboard-and-bg.sh +++ b/screenlayout/.screenlayout/keyboard-and-bg.sh @@ -1,4 +1,3 @@ #!/bin/bash feh --bg-scale ~/var/inbox/astrobin/`ls -Art ~/var/inbox/astrobin | tail -n 1` -setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -setxkbmap -option caps:escape -option compose:ralt & +setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt