aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* bin/get_mail_stats: Adding postgrey stats.David Runge2017-06-271-0/+3
|
* bin/get_mail_stats: Add functionality to get stats for last week and last month.David Runge2017-06-271-16/+63
|
* bin/get_mail_stats: Adding script to show simple stats of mails received, ↵David Runge2017-06-271-0/+22
| | | | dropped, spammed of current day.
* bin/tex2pdf: Adding -shell-escape to pdflatex execution for minted. Adding ↵David Runge2017-06-261-4/+7
| | | | more temporary files to be deleted.
* Merge branch 'master' of sleepmap.de:config/dotfilesDavid Runge2017-06-261-0/+32
|\ | | | | | | | | | | | | * 'master' of sleepmap.de:config/dotfiles: .xprofile: Removing setting of de layout as default. .ssh/config: Adding studio related configs. Renaming github.com shortcut to github. bin/pulse2jack: Adding script to create and default JACK sink for pulse. Can also unload the modules again.
| * bin/pulse2jack: Adding script to create and default JACK sink for pulse. Can ↵David Runge2017-06-261-0/+32
| | | | | | | | also unload the modules again.
* | bin/i3lock: Modularizing functionality.David Runge2017-06-261-4/+15
|/
* bin/tex2pdf: Adding glossary files to list of deleted files.David Runge2017-06-091-4/+5
|
* bin/tex2pdf: Sending SIGHUP to mupdf if it has the pdf open already to only ↵David Runge2017-06-081-2/+3
| | | | reload. Else open the file anew.
* bin/tex2pdf: Rewrite, using safe mode and functions. Redirecting output to ↵David Runge2017-06-081-33/+104
| | | | standard out instead of log file.
* bin/get_*: Always exit with 0.David Runge2017-05-114-3/+5
|
* bin/host_online_status: Adding script to easily checking if a host is ↵David Runge2017-03-211-0/+19
| | | | available by pinging it.
* bin/pass2vdirsyncer: Adhering to changes in pass repository.David Runge2017-02-271-1/+1
|
* bin/pass2{msmtp,offlineimap}: Updating to mail instead of Mail in pass command.David Runge2017-01-312-2/+2
|
* bin/cs: Adding audiobackup device.David Runge2017-01-291-1/+4
|
* bin/cs: Adding two new backup drives.David Runge2017-01-271-0/+8
|
* bin/cs: Script to open and mount cryptsetup capable devices by name to ↵David Runge2017-01-091-0/+78
| | | | locations under /mnt.
* bin/tex2pdf: Adding further files to automatic deletion.David Runge2016-11-161-1/+1
|
* bin/i3lock: Moving screen lock picture location to XDG_RUNTIME_DIR.David Runge2016-09-281-1/+1
|
* bin/i3lock: Adding verbose/ debug mode. Making all external calls absolute.David Runge2016-08-171-4/+7
|
* bin/set_volume: Adding further increase/decrease shortcuts.David Runge2016-08-101-2/+2
|
* bin/sclang: Updating check for sclang run by xvfb-run. Now involving xset as ↵David Runge2016-05-131-6/+11
| | | | dependency.
* bin/set_backlight: No separate backlight script for W540 needed, if kernel ↵David Runge2016-05-081-56/+0
| | | | parameter acpi_backlight=vendor is given.
* bin/set_volume: Making script not depend on functions.sh anymore. ↵David Runge2016-05-0817-944/+29
| | | | Introducing bash strict mode.
* bin/setup_screens: Generically exporting DISPLAY and XAUTHORITY. Adding ↵David Runge2016-05-081-1/+8
| | | | logging for journal.
* bin/setup_screens: Adding (yet another) screen setup script. This time using ↵David Runge2016-05-081-0/+166
| | | | autorandr and predefined configurations.
* bin/set_volume: Removing break lines and raising display timeout.David Runge2016-05-061-3/+3
|
* bin/i3lock: Adding i3lock script to override default. This script will take ↵David Runge2016-05-061-0/+7
| | | | a modified version of a screenshot as background for i3lock.
* bin/brightness: Adding script to increase/decrease backlight.David Runge2016-05-061-0/+23
|
* bin/get_mem: Showing memory in megabytes only, to not break the percentage ↵David Runge2016-04-221-1/+2
| | | | calculation.
* bin/get_mem: Adding script to output memory usage in one line in the form ↵David Runge2016-04-221-0/+8
| | | | of: used RAM/total RAM (percentage used).
* bin/get_battery_status: Adding condition to check if there's actually a ↵David Runge2016-03-111-5/+7
| | | | battery to show.
* Reversing the hostname check.David Runge2016-03-111-4/+4
|
* bin/get_*: Adding helper scripts to be used in tmux.David Runge2016-03-113-0/+45
|
* bin/switch_wfs_os: Adding message about calling nodes where it belongs (only ↵David Runge2016-01-121-2/+2
| | | | called once).
* bin/switch_wfs_os: Providing set +e/ set -e lines to make sure, that ↵David Runge2016-01-111-1/+3
| | | | systemctl doesn't mess up this script, when it returns -1 on reboot. Make the script exit with 0.
* bin/switch_wfs_os: Executing with eval.David Runge2016-01-111-1/+1
|
* bin/switch_wfs_os: Adding correct path for script.David Runge2016-01-111-1/+1
|
* bin/switch_wfs_os: Adding static path for reboot script on crappy ubuntu. ↵David Runge2016-01-111-2/+2
| | | | Adding correct path for syslinux on Arch.
* bin/switch_wfs_os: Adding @ in ssh command.David Runge2016-01-111-4/+4
|
* bin/switch_wfs_os: Removing pseudo-tty allocation for ssh. Unifying script ↵David Runge2016-01-111-4/+4
| | | | path to wfs' bin folder.
* bin/switch_wfs_os: Adding feature to switch the OS on the nodes. This ↵David Runge2016-01-111-3/+17
| | | | requires for the hostnames to resolve and the user wfs being able to sudo without password.
* bin/switch_wfs_os: Adding script to switch the OS on the TU wfs system.David Runge2016-01-111-0/+75
|
* bin/gpg2mutt: Moving the lesser rememberable generate_pgp_auto to an easier ↵David Runge2015-12-161-0/+0
| | | | to remember script name.
* bin/generate_pgp_auto: Adding script to generate mutt send-hooks for mail ↵David Runge2015-10-221-0/+69
| | | | addresses with valid gpg keys, to be able to automatically send encrypted mail.
* bin/pass2msmtp: Adding password handling through pass for msmtp.David Runge2015-09-061-0/+3
|
* bin/pass2offlineimap: Adding password handling through pass for offlineimapDavid Runge2015-09-061-0/+5
|
* bin/pass2vdirsyncer: Moving owncloud passwords to separate locationDavid Runge2015-09-061-1/+2
|
* bin/fix_backlight: Removing unneeded script for setting proper backlight ↵David Runge2015-03-301-12/+0
| | | | settings on W540.
* bin/tex2pdf: Switch to smartly deleting all unneeded non-primary tex related ↵David Runge2015-03-251-2/+1
| | | | files in current directory and the ones below current directory.