Various Linux scripts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
334 B

#!/bin/bash
#Создан: Чт 27 фев 2020 00:49:54
#Изменён: Чт 27 фев 2020 00:52:22
# Скрипт помещает курсор в правый верхний угол экрана
CURSOR_POSITION=$(xdpyinfo | awk '/dimensions:/ { gsub("x.*", " 0", $2); print $2 }')
eval xdotool mousemove "$CURSOR_POSITION"