Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 694 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 694 Bytes

Scripts

Shell scripts I wrote mostly for fun. 😁

Descriptions

appimlaunch: Launches the newest AppImage in the given directory. Nice to have if your AppImage does not care about desktop shortcuts, thus leaving you with a broken one after updating itself to a newer version.

  • Update the Exec line in the .desktop file as follows after obtaining the script:
    Exec=sh -c "/path/to/appimlaunch /path/to/application/dir/ [optional_keyword]"

btconn: (Auto)connects to a Bluetooth device with the given MAC address. Takes care of the pairing and trusting the device too.

chgov: Lists and changes the CPU scaling governor.