aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* start_jack: Removing jackdbus way of starting JACK. Replaced by ↵David Runge2015-03-251-62/+0
| | | | jack@.service in uenv.
* bin/set_volume: Rewritten to also increase/decrease volume of connected ↵David Runge2015-03-251-14/+106
| | | | Bluetooth headset and toggle mute smartly.
* bin/notify_mpd: Removing unneeded naughty notification stuff for awesome. ↵David Runge2015-03-251-4/+1
| | | | Adding TODO on sending notification when mpc is not (yet) installed.
* bin/lid-switch-action: Rewrite of the lid-switch-action script, with minimal ↵David Runge2015-03-251-83/+177
| | | | presets hardcoded (soon to be minirandr).
* rollback-profile: Changing the backup location.David Runge2015-03-031-1/+1
|
* mirssi: Updating to current server.David Runge2015-03-031-1/+1
|
* pass2vdirsyncer: Trivial script to ask for the user password on my server ↵David Runge2015-02-171-0/+3
| | | | with first argument=user; second argument=server.
* tmux-mem-cpu-load: Removing static binary, in favor of using tmux-plugin-managerDavid Runge2015-02-151-0/+0
|
* tex2pdf: Choosing mupdf over evince.David Runge2015-02-152-67/+9
|
* start_jack/stop_jack: Removing stop and start of pulseaudio. Doing it ↵David Runge2014-12-012-2/+0
| | | | manually definitely gets around issues with USB-MIDI devices.
* stop_jack: Added enabling of pulseaudio after disabling of JACK.David Runge2014-11-301-0/+3
|
* start_jack: Added disabling of pulseaudio before starting jack, as it breaks ↵David Runge2014-11-301-2/+4
| | | | system audio when using USB-MIDI interfaces.
* Merge branch 'master' of https://git.frqrec.com/git/dotDavid Runge2014-11-283-18/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://git.frqrec.com/git/dot: (22 commits) .gitignore: Adding further programs and their configs to the list, removing double entries mc panels.ini: Adding panels.ini. Qsampler.conf: Adding first config. .nvimrc: Adding config for NeoVim (symlink to Vim config). .linphonerc: Adding first linphone config file patchagerc: Adding first config file (still very messy with JACK session) mc ini: Adding first ini start_jack: Removing unneeded comments, adding TODO for external config file. checkip: Adding two more possible versions for checking global IP behind NAT. Version using dig now default. adjust_dpms: Merging script based programs into the same Array as the others. Adding -x to pidof check. khard.conf: Adding first khard config for several address books prompt_dvzrv_setup: Adding custom prompt based on steeef_simplified with additional ssh check and exit code printout. prompt.zsh: Switching to custom prompt 'dvzrv' functions.zsh: Making rsync functions more readable by splitting lines. export.zsh: Lowering REPORTTIME to 5 (seconds) aliases.zsh: Adding more systemd aliases. .zpreztorc: Adding highlighting modes. termite: Removing all non-valid settings. Adding transparency setting and colors again. redshift.conf: Choosing xrandr as backend. Setting transition time to 0. Using on screen 0 only. dpms: Adding script based programs to the list of programs. ...
| * start_jack: Removing unneeded comments, adding TODO for external config file.David Runge2014-11-281-3/+2
| |
| * checkip: Adding two more possible versions for checking global IP behind ↵David Runge2014-11-281-2/+3
| | | | | | | | NAT. Version using dig now default.
| * adjust_dpms: Merging script based programs into the same Array as the ↵David Runge2014-11-281-13/+2
| | | | | | | | others. Adding -x to pidof check.
* | irssi: Added faster configuration, removed hiding of messages in small ↵David Runge2014-11-281-14/+0
|/ | | | chans. Removed custom irssi nicklist script
* Merge branch 'master' of https://github.com/davezerave/dotDavid Runge2014-09-296-8/+65
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://github.com/davezerave/dot: Added more journalctl aliases. Adding alias for journalctl to see messages from this boot only. Adding further ignores for home directory Adding Arduino related vundles Adding Arduino preferences Adding locally compiled tmux-mem-cpu-load version Adding scripts to check weather currently running a realtime or vanilla kernel. Adding correct echo output to updated script. Changing output messages from Dropbox to ownCloud. Adding further aliases, cleaning up systemd aliases and others. Disabling the start of syndaemon, as a systemd user service is taking care of this now (hopefully) Updated user-dirs.dirs settings file to reflect further changes in user home structure. Raising the settings for night mode. Splitting settings for external server into separate config file. Adding newer Ardour version to settings. Deleting unneeded arduino preferences file Shifting to new key bindings config file 'bindings', deleting old ('keys'), updating config file to new settings format.
| * Adding locally compiled tmux-mem-cpu-load versionDavid Runge2014-09-281-0/+0
| |
| * Adding scripts to check weather currently running a realtime or vanilla kernel.David Runge2014-09-282-0/+22
| |
| * Adding correct echo output to updated script.David Runge2014-09-282-4/+39
| |
| * Changing output messages from Dropbox to ownCloud.David Runge2014-09-281-4/+4
| |
* | Made calling irssi more robust in tmuxDavid Runge2014-09-271-7/+7
|/
* Merge branch 'master' of https://github.com/davezerave/dotDavid Runge2014-06-174-8/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | Merging local and work settings for additional vundles * 'master' of https://github.com/davezerave/dot: Adding bindings for vi-copy mode in tmux Adding more work related ignores Adding octave support Retabbing, customizing to my user Adding more bbb specific JACK settings Conflicts: .vundles.local
| * Adding more bbb specific JACK settingsDavid Runge2014-06-051-1/+1
|/
* Switching to hostname command instead of echo HOST in irssi setupDavid Runge2014-05-131-1/+1
|
* Fixing correct usage of log fileDavid Runge2014-04-211-23/+23
|
* Adding function for gpg crypted file editing.David Runge2014-04-131-0/+41
|
* Cleaning up script after final stage.David Runge2014-04-101-10/+7
|
* Removed unneded commands (moved to awesome config)David Runge2014-04-091-3/+0
|
* Simplified log outputDavid Runge2014-04-091-20/+23
|
* Fixed lid-switch-action to use several different autorandr connections ↵David Runge2014-04-091-40/+86
| | | | (docked and non-docked)
* Removing useless executablesDavid Runge2014-04-094-100/+0
|
* Adding (possibly not needed) pacman helper scriptsDavid Runge2014-04-082-0/+30
|
* Adding first try of lightdm display setup script with autorandrDavid Runge2014-04-081-0/+4
|
* Removing supercollider.vimDavid Runge2014-04-081-347/+0
|
* Added better per environment starting of programs.David Runge2014-04-081-2/+10
|
* Script to fix backlight during graphical.target (formerly known as ↵David Runge2014-02-251-0/+12
| | | | set_backlight)
* Rewrite of script to be called from acpi handler (listening to brightness ↵David Runge2014-02-251-1/+45
| | | | up/down keys)
* Updating script to be called from lightdm post login scriptDavid Runge2014-02-251-4/+10
|
* Correcting DISPLAY export and if clause for grabbing former screensaver/dpms ↵David Runge2014-02-251-2/+2
| | | | values
* Added screen lock on suspend.David Runge2014-02-201-0/+4
|
* Adding all other screens.David Runge2014-02-201-6/+10
|
* Adding 'adjust_dpms' variable in script, to only have one storage location ↵David Runge2014-02-201-9/+10
| | | | for all settings
* Outsourcing xset settings to a tmp file for reusing, when reenabling the ↵David Runge2014-02-201-3/+14
| | | | screensaver/dpms. Also disabling dpms now, so the feature will actually work...
* Switch screensaver back on only once. Fixed variable errorDavid Runge2014-02-201-3/+8
|
* Fixing script for root usage with exports of DISPLAY and XAUTHORITYDavid Runge2014-02-201-0/+3
|
* Fixing script for usage with root by adding export=DISPLAYDavid Runge2014-02-201-4/+5
|