,xdotool_getmouselocation.sh 282 B

12345678910111213
  1. #!/bin/bash
  2. # Coding: utf-8
  3. # Editor: www.geany.org
  4. # Created 2019-12-23
  5. #_sudo_apt_install_ xdotool notify-send
  6. #_sudo_dpkg_i_
  7. date="$(date +%X)"
  8. xdotool="$(xdotool getmouselocation)"
  9. notify-send "$date $xdotool"
  10. echo "$date $xdotool" >> "$HOME/Desktop/xdotool_getmouselocation"