Forráskód Böngészése

Fix redundant calls to setxbmap

Colin Powell 5 éve
szülő
commit
a36023d866
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      screenlayout/.screenlayout/keyboard-and-bg.sh

+ 1 - 2
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