Created
March 7, 2022 01:34
-
-
Save y56/61c7f71ec9d3d0646666f8c230950df3 to your computer and use it in GitHub Desktop.
ubuntu hotkey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/bin/bash -c "sleep 0.2 && date -Iminutes | cut -c1-16 | tr : - > /home/y56/.y56-for-date-hotkey && cat /home/y56/.y56-for-date-hotkey | tr -d '\n' | xclip -selection clipboard && xdotool key Control_L+v" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This used here
