• 5 Posts
  • 123 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle


  • when one understands the unified and singular nature of existence, its easier to see how the greed driving the actions of those in power is also the necessary call for others to respond. with the call getting louder and more extreme, many are waking up to the truth of their reality. anyone hoping life will go back to normal will not survive the transformation, only those who embrace change as a necessary growth opportunity to overcome darker elements of our collective culture and experience. for example, we all understand the sickness if an individual pedo, but we have yet to fully expose and understand the breadth of the affliction. It will continue to reveal itself like an infected wound that can no longer be ignored and must be treated. so yes, they do want us to leave their platform only they don’t know it and they will only inspire a better one to be built with a purpose beyond individual gain. The enshitification is a blessing.













  • That seems to have worked better, I can now run ydotool commands in terminal. Will a user level service have any specific limitations?

    When use this command as a custom keyboard shortcut:

    ydotool type abcde12345

    It will miss the first few characters and type:

    de12345

    When I try chaining shell commands to pause and wait before typing, it doesn’t work at all:

    sleep 2; ydotool type abcde12345

    Any ideas on how I could automate ydotool as a keyboard hotkey? Custom shortcut to run a bash script maybe?