이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-home
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
make i3-watchers work independently of PATH envvar
systemd-xsession
Markus Katharina Brechtel
3 년 전
부모
f5eaf9d335
커밋
af82cbaf3b
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
files/bin/i3-watchers
+ 1
- 1
files/bin/i3-watchers
파일 보기
@@ -2,4 +2,4 @@
set DIR (cd (dirname (status -f)); and pwd)
i3-msg -t subscribe -m '["workspace"]' | jq --raw-output --unbuffered 'select(.change == "focus").current.name' | xargs -n1 -r on-focus-workspace &
i3-msg -t subscribe -m '["workspace"]' | jq --raw-output --unbuffered 'select(.change == "focus").current.name' | xargs -n1 -r
~/bin/
on-focus-workspace &