Quellcode durchsuchen

Fix redundant calls to setxbmap

Colin Powell vor 5 Jahren
Ursprung
Commit
a36023d866
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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