728x90
반응형
- 스크립트

#!/bin/bash

export DISPLAY=“:0"
WID=$(xdotool search --onlyvisible --class chrome | head -1)
xdotool windowactivate ${WID}
xdotool key ctrl+F5



- 설치되야하는 패키지

libxdo-3.20150503.1-1.el7.x86_64.rpm

xdotool-3.20150503.1-1.el7.x86_64.rpm 


반응형

'Linux' 카테고리의 다른 글

Linux rar 압축풀기  (1) 2018.08.17
Linux kpartx  (0) 2018.08.17
Linux User Group 관리  (0) 2018.08.14
Linux chgrp  (0) 2018.08.08
Linux User 관리  (0) 2018.08.08

+ Recent posts