aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* bin/pkgs: Activating update modi.David Runge2018-03-041-3/+4
|
* bin/pkgs: Updating helper script for AUR and community package handling to ↵David Runge2018-02-261-33/+307
| | | | be able to add/remove/clean packages according to repositories.
* bin/xorg_*: Forcing removal of lock files (to not fail, if they're not around).David Runge2018-01-232-2/+2
|
* bin/xorg_*: Adding scripts to automatically lock X11 using xssstate and i3lock.David Runge2018-01-222-0/+40
|
* bin/cs: Adding the automatic creation of mountpoints if not available yet.David Runge2018-01-211-3/+6
|
* bin/pkgs: Adding script to create folders for and update repositories of ↵David Runge2018-01-031-0/+41
| | | | packages maintained for Arch Linux.
* bin/screensaver: Adding script to enable/disable xautolock.David Runge2017-11-031-0/+15
|
* bin/i3lock: Removing local i3lock version. Blurring images costs too many ↵David Runge2017-11-031-21/+0
| | | | cycles.
* bin/setup_screens: Fixing if statements.David Runge2017-11-031-6/+6
|
* bin/cs: Adding validate_cryptdevice_name. Moving settings for devices to ↵David Runge2017-10-201-41/+36
| | | | configuration file holding an associative array for name and UUID of device.
* bin/pulse2jack: Fixing switch case to use all parameters to the script.David Runge2017-10-011-1/+1
|
* bin/get_mail_stats: Adding range from yesterday to today (-y).David Runge2017-06-281-12/+19
|
* 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
|