소스 검색

Fix redundant calls to setxbmap

Colin Powell 5 년 전
부모
커밋
a36023d866
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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