소스 검색

Add files via upload

master
Jack Moore GitHub 4 년 전
부모
커밋
e5c55649a0
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. +12
    -0
      dmenu-kb

+ 12
- 0
dmenu-kb 파일 보기

@@ -0,0 +1,12 @@
#!/bin/sh
pgrep -x dmenu && exit

choice=$(echo "gb" | dmenu -i -p "Please type the keymap you wish to use:") || exit 1

if [ -z $choice ]; then
setxkbmap us


else
setxkbmap $choice
fi

불러오는 중...
취소
저장