소스 검색

Fix issue with setxkbmap not working

Colin Powell 5 년 전
부모
커밋
11ffb44f46
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      screenlayout/.screenlayout/keyboard-and-bg.sh

+ 2 - 2
screenlayout/.screenlayout/keyboard-and-bg.sh

@@ -1,4 +1,4 @@
 #!/bin/bash
 feh --bg-scale ~/var/inbox/ng_photos/`ls -Art ~/var/inbox/ng_photos | tail -n 1`
-setxkbmap -option caps:escape &
-setxkbmap -option compose:ralt &
+setxkbmap -option caps:escape -option compose:ralt &
+