Files
illogical-impulse/.config/ags/scripts
Sneethe 108e0a8c78 record-script.sh fixes
Even if ~/Videos exists, `xdg-user-dir VIDEOS` requires xdg-user-dirs-update to be run first.
Some people just mkdir their desired xdg-user-dir directories. And so they won't have $HOME/.config/user-dirs.dirs for `xdg-user-dir VIDEOS` to work.
Now instead if there is no user-dirs.dirs match for VIDEOS then $HOME/Videos/ is used instead.

You can now cancel the recording region, which exits the script. Previously if you pressed escape when choosing the recording region, record-script would record the fullscreen.
This resulted in me accidentally recording my entire screen for hours.
2025-06-04 07:30:10 +10:00
..
2025-04-07 21:44:49 +02:00
2024-02-16 17:08:11 +07:00
2024-06-18 15:41:01 +08:00
2025-01-17 18:08:55 +06:00
2024-01-11 16:49:37 +07:00
2025-06-04 07:30:10 +10:00

scripts folder

  • For ARM devices, you have to compile C++ files yourself. If there are none, yippee
  • It is advised to use services instead of listening/polling scripts, so everything here are just scripts for actions