浏览代码

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