Convert PDF -> DjVU (script)
#!/bin/bash #convert PDF -> DjVU #by ManyRoads http://eirenicon.org OLDIFS="$IFS" IFS=$'\n' for PDF in "$@"; do FILE="${PDF%.*}" echo "Which pages ? e.g. type: 1-6, for all pages, press ENTER" read pages…
#!/bin/bash #convert PDF -> DjVU #by ManyRoads http://eirenicon.org OLDIFS="$IFS" IFS=$'\n' for PDF in "$@"; do FILE="${PDF%.*}" echo "Which pages ? e.g. type: 1-6, for all pages, press ENTER" read pages…
If you find yourself in need of a script to toggle your touchpad on/off (because like me, your pc does not have a function key for that purpose), this may…
Once XDoTool has been installed - if not already present - it will be necessary to create a keybind to access the root menu in ~/.config/openbox/rc.xml, and again below the…
If you are new to tint2 and would like an example to work from, the following should do the trick. It is the one I use on Openbox in antiX.…
If you want to quickly customize the applications base on either your Debian based (Ubuntu based should work like Debian) or Arch based installation, you can create simple cut &…