Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/backlight: Adding more thorough description. Adding better help ↵ | David Runge | 2019-01-01 | 1 | -4/+9 |
| | | | | | | printout. Only print help on -h. Print current brightness in percentage when not giving any parameter. | ||||
* | bin/realtime-suggestions: Now upstreamed ( ↵ | David Runge | 2018-12-19 | 1 | -274/+0 |
| | | | | https://github.com/linuxaudio/realtime-suggestions ). | ||||
* | bin/xorg_autolock: Removing useless script. | David Runge | 2018-12-17 | 1 | -25/+0 |
| | |||||
* | bin/realtime-suggestions: Switching to info level for detection of audio group. | David Runge | 2018-12-09 | 1 | -2/+2 |
| | |||||
* | bin/realtime-suggestions: Switching the kernel_config location to somewhere ↵ | David Runge | 2018-12-09 | 1 | -38/+67 |
| | | | | | | below /boot, if the default below /proc/config.gz was not found. Rewriting all kernel config checks to use a unified function kernel_config_has() and cmdline checks to use kernel_cmdline_has(). | ||||
* | bin/realtime-suggestions: Changing check for policy directory in ↵ | David Runge | 2018-12-09 | 1 | -3/+3 |
| | | | | check_cpu_governor(), so that we fail if we don't at least find one policy dir. | ||||
* | bin/realtime-suggestions: Guarding against non-existing cpufreq dir in /sys, ↵ | David Runge | 2018-12-09 | 1 | -9/+14 |
| | | | | | | when running check_cpu_governor(). Mentioning default value in check_max_user_watches(). | ||||
* | bin/realtime-suggestions: Adding check for virtualization/containerization. | David Runge | 2018-12-09 | 1 | -0/+16 |
| | |||||
* | Merge branch 'master' of git.sleepmap.de:config/dotfiles | David Runge | 2018-12-08 | 1 | -0/+8 |
|\ | | | | | | | | | * 'master' of git.sleepmap.de:config/dotfiles: bin/realtime-suggestions: Adding check for Linux kernel. | ||||
| * | bin/realtime-suggestions: Adding check for Linux kernel. | David Runge | 2018-12-08 | 1 | -0/+8 |
| | | |||||
* | | bin/realtime-suggestions: Fixing unitialized variable in message printout. | David Runge | 2018-12-08 | 1 | -1/+1 |
|/ | |||||
* | bin/realtime-suggestions: Switching WARNING to CHANGE. Only checking for ↵ | David Runge | 2018-12-06 | 1 | -28/+26 |
| | | | | CONFIG_NO_HZ_{,COMMON,FULL}. | ||||
* | bin/realtime-suggestions: Ignoring /boot mount points (it's very unlikely to ↵ | David Runge | 2018-12-05 | 1 | -5/+7 |
| | | | | use that for anything but boot stuff). | ||||
* | bin/realtime-suggestions: Adding realtime-suggestions. | David Runge | 2018-12-05 | 1 | -0/+216 |
| | |||||
* | bin/setup_screens: Fixing and simplifying various things with the help of ↵ | David Runge | 2018-11-17 | 1 | -30/+36 |
| | | | | shellcheck. Using a separate get_display function to retrieve DISPLAY. | ||||
* | bin/xorg_autolock: Properly quoting variables. Abstracting lock_cmd. | David Runge | 2018-11-17 | 1 | -5/+6 |
| | |||||
* | bin/xorg_lock: Properly quote variables. Rename variables for better ↵ | David Runge | 2018-11-17 | 1 | -5/+5 |
| | | | | readibility. | ||||
* | bin/cs: Fixing script according to shellcheck. | David Runge | 2018-09-29 | 1 | -13/+13 |
| | |||||
* | bin/startsway: Log output to ~/.log/sway.log. | David Runge | 2018-09-13 | 1 | -1/+2 |
| | |||||
* | bin/pkgs: Removing headers of list outputs. | David Runge | 2018-09-13 | 1 | -2/+0 |
| | |||||
* | bin/startsway: Add sway startup script. | David Runge | 2018-08-22 | 1 | -0/+5 |
| | |||||
* | bin/backlight: Adding script to set backlight on x2{2,3}0 using sysfs. | David Runge | 2018-08-13 | 1 | -0/+99 |
| | |||||
* | bin/get_cpu_status: Make script support macOS by using ps). | David Runge | 2018-04-23 | 1 | -1/+5 |
| | |||||
* | bin/get_mem: Make script support macOS (using ps). | David Runge | 2018-04-23 | 1 | -3/+7 |
| | |||||
* | bin/get_load: Make script support macOS (needs different output parsing). | David Runge | 2018-04-23 | 1 | -1/+6 |
| | |||||
* | bin/get_battery_status: Making the script cross-platform (macOS is now also ↵ | David Runge | 2018-04-23 | 1 | -13/+27 |
| | | | | supported). | ||||
* | bin/clipboard-wrapper: Adding script to wrap macOS and Linux/X11 specific ↵ | David Runge | 2018-04-23 | 1 | -0/+14 |
| | | | | clipboard systems (to be able to copy from tmux by selection, etc.). | ||||
* | bin/checkip: Making this a sh script. Checking for availability of dig on ↵ | David Runge | 2018-04-23 | 1 | -4/+6 |
| | | | | the system. Always exiting with exit code 0. | ||||
* | bin/cs: Introducing named scripts for post_mount and pre_umount to deal with ↵ | David Runge | 2018-03-12 | 1 | -11/+14 |
| | | | | device specific tasks. Moving configuration according to new folder structure (all below ~/.config/cs now). | ||||
* | bin/pkgs: Activating update modi. | David Runge | 2018-03-04 | 1 | -3/+4 |
| | |||||
* | bin/pkgs: Updating helper script for AUR and community package handling to ↵ | David Runge | 2018-02-26 | 1 | -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 Runge | 2018-01-23 | 2 | -2/+2 |
| | |||||
* | bin/xorg_*: Adding scripts to automatically lock X11 using xssstate and i3lock. | David Runge | 2018-01-22 | 2 | -0/+40 |
| | |||||
* | bin/cs: Adding the automatic creation of mountpoints if not available yet. | David Runge | 2018-01-21 | 1 | -3/+6 |
| | |||||
* | bin/pkgs: Adding script to create folders for and update repositories of ↵ | David Runge | 2018-01-03 | 1 | -0/+41 |
| | | | | packages maintained for Arch Linux. | ||||
* | bin/screensaver: Adding script to enable/disable xautolock. | David Runge | 2017-11-03 | 1 | -0/+15 |
| | |||||
* | bin/i3lock: Removing local i3lock version. Blurring images costs too many ↵ | David Runge | 2017-11-03 | 1 | -21/+0 |
| | | | | cycles. | ||||
* | bin/setup_screens: Fixing if statements. | David Runge | 2017-11-03 | 1 | -6/+6 |
| | |||||
* | bin/cs: Adding validate_cryptdevice_name. Moving settings for devices to ↵ | David Runge | 2017-10-20 | 1 | -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 Runge | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | bin/get_mail_stats: Adding range from yesterday to today (-y). | David Runge | 2017-06-28 | 1 | -12/+19 |
| | |||||
* | bin/get_mail_stats: Adding postgrey stats. | David Runge | 2017-06-27 | 1 | -0/+3 |
| | |||||
* | bin/get_mail_stats: Add functionality to get stats for last week and last month. | David Runge | 2017-06-27 | 1 | -16/+63 |
| | |||||
* | bin/get_mail_stats: Adding script to show simple stats of mails received, ↵ | David Runge | 2017-06-27 | 1 | -0/+22 |
| | | | | dropped, spammed of current day. | ||||
* | bin/tex2pdf: Adding -shell-escape to pdflatex execution for minted. Adding ↵ | David Runge | 2017-06-26 | 1 | -4/+7 |
| | | | | more temporary files to be deleted. | ||||
* | Merge branch 'master' of sleepmap.de:config/dotfiles | David Runge | 2017-06-26 | 1 | -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 Runge | 2017-06-26 | 1 | -0/+32 |
| | | | | | | | | also unload the modules again. | ||||
* | | bin/i3lock: Modularizing functionality. | David Runge | 2017-06-26 | 1 | -4/+15 |
|/ | |||||
* | bin/tex2pdf: Adding glossary files to list of deleted files. | David Runge | 2017-06-09 | 1 | -4/+5 |
| | |||||
* | bin/tex2pdf: Sending SIGHUP to mupdf if it has the pdf open already to only ↵ | David Runge | 2017-06-08 | 1 | -2/+3 |
| | | | | reload. Else open the file anew. |