소스 검색

use feh if possible

pull/1/head
10sr 12 년 전
부모
커밋
67b7105712
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      .profile

+ 5
- 1
.profile 파일 보기

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ -n "${DESKTOP_SESSION}" ]; then
xmodmap -e 'keycode 135 = Alt_R Meta_R' # menu key as alt
xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt
@@ -10,6 +10,10 @@ if [ -n "${DESKTOP_SESSION}" ]; then
synclient MaxTapTime=0
synclient MaxSpeed=0.4
synclient MinSpeed=0.2

test -f "$HOME/.fehbg" &&
type feh >/dev/null 2>&1 &&
sh "$HOME/.fehbg"
fi

export LC_TIME=C


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