aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .zsh.functions/*: Adding functions from several zprezto modules.David Runge2016-05-083-0/+302
|
* .zsh.after/aliases.zsh: Adding alias for zsh history statistics and dir ↵David Runge2016-05-081-0/+8
| | | | overview.
* .zprezto: Removing zprezto reference folder.David Runge2016-05-081-0/+0
|
* .zsh.after/prompt.zsh: Removing prompt file (integrated into zshrc).David Runge2016-05-081-2/+0
|
* .zpreztorc: Removing .zpreztorc.David Runge2016-05-081-122/+0
|
* .gitmodules: Removing zprezto for good. All useful functionality has been ↵David Runge2016-05-081-4/+0
| | | | integrated into zshrc.
* config.py: Disabling Notify widget due to dbus bug. Configuring Mpd widget.David Runge2016-05-071-8/+15
|
* .config/qtile/config.py: Adding SuperCollider to the list of programs to be ↵David Runge2016-05-071-2/+5
| | | | spawned on dev group.
* .gitignore: Ignoring folder for virtual machines.David Runge2016-05-061-0/+1
|
* .mutt/dave@sleepmap.de.sig: Removing all info but website from footer (it's ↵David Runge2016-05-061-4/+1
| | | | all on there anyways).
* 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
|
* .config/qtile/config.py: Adding qtile config.David Runge2016-05-061-0/+290
|
* .offlineimaprc: Adding further useless folders to ignore list.David Runge2016-04-231-1/+1
|
* .tmux.conf: Adding abbreviated name of day to the date display. Shortening ↵David Runge2016-04-231-2/+2
| | | | the delimiter.
* bin/get_mem: Showing memory in megabytes only, to not break the percentage ↵David Runge2016-04-221-1/+2
| | | | calculation.
* .tmux.conf: Adding get_mem to the status bar. Adding break line for better ↵David Runge2016-04-221-1/+7
| | | | readability.
* 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).
* .zsh.after/functions.zsh: Adding additional device identifiers for the ↵David Runge2016-04-221-1/+5
| | | | backup disk.
* .mutt/accounts.rc: Adding studio@ak.tu-berlin.de mail account to the list of ↵David Runge2016-03-211-0/+3
| | | | account settings to be sourced with folder hook.
* .mutt/studio@ak.tu-berlin.de.*: Adding settings for studio@ak.tu-berlin.de ↵David Runge2016-03-212-0/+36
| | | | mail account.
* .offlineimaprc: Adding studio@ak.tu-berlin.de mail settings. Updating the ↵David Runge2016-03-211-2/+21
| | | | accounts to sync.
* .offlineimaprc: Adding several exchange folders to ignore list.David Runge2016-03-211-1/+1
|
* .offlineimaprc: Adding new server/user for super awesome (oh the irony) ↵David Runge2016-03-211-3/+3
| | | | exchange bullshit of TU.
* .vdirsyncer/config: Changing {card,cal}dav addresses to unifying addressesDavid Runge2016-03-161-2/+2
|
* Merge branch 'master' of sleepmap.de:dotfilesDavid Runge2016-03-111-1/+17
|\ | | | | | | | | * 'master' of sleepmap.de:dotfiles: .xprofile: Adding setxkbmap, xmodmap, xrdb settings to xprofile. Starting lxpolkit as polkit auth handler, if it is installed.
| * Merge branch 'master' of sleepmap.de:dotfilesDavid Runge2016-03-1113-160/+155
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of sleepmap.de:dotfiles: .gitignore: Adding further processing, arduino, qtpass, weather configs and cache folders to ignore list. .config/SuperCollider/sc_ide_conf.yaml: Post 3.7 settings .config/psd/.psd.conf: Removing backup from the index .config/conky/side: Changing to execpi for dig launch. Reversing the hostname check. .tmux.conf: Adding own scripts to status-right, removing tpm. bin/get_*: Adding helper scripts to be used in tmux. .processing/language.txt: Adding default language setting. .arduino/preferences.txt: updating sketch stuff .mutt/*: Updating footer. .config/gtk-3.0/settings.ini: Removing dark-theme settings, as they make fields in browsers unusable. Thx gnome!
| * | .xprofile: Adding setxkbmap, xmodmap, xrdb settings to xprofile. Starting ↵David Runge2016-03-111-1/+17
| | | | | | | | | | | | lxpolkit as polkit auth handler, if it is installed.
* | | bin/get_battery_status: Adding condition to check if there's actually a ↵David Runge2016-03-111-5/+7
| |/ |/| | | | | battery to show.
* | .gitignore: Adding further processing, arduino, qtpass, weather configs and ↵David Runge2016-03-111-0/+6
| | | | | | | | cache folders to ignore list.
* | .config/SuperCollider/sc_ide_conf.yaml: Post 3.7 settingsDavid Runge2016-03-111-52/+79
| |
* | .config/psd/.psd.conf: Removing backup from the indexDavid Runge2016-03-111-67/+0
| |
* | .config/conky/side: Changing to execpi for dig launch.David Runge2016-03-111-1/+1
| |
* | Reversing the hostname check.David Runge2016-03-111-4/+4
| |
* | .tmux.conf: Adding own scripts to status-right, removing tpm.David Runge2016-03-111-23/+1
| |
* | bin/get_*: Adding helper scripts to be used in tmux.David Runge2016-03-113-0/+45
| |
* | .processing/language.txt: Adding default language setting.David Runge2016-03-111-0/+1
| |
* | .arduino/preferences.txt: updating sketch stuffDavid Runge2016-03-111-8/+8
| |
* | .mutt/*: Updating footer.David Runge2016-03-111-3/+10
| |
* | .config/gtk-3.0/settings.ini: Removing dark-theme settings, as they make ↵David Runge2016-03-111-2/+0
|/ | | | fields in browsers unusable. Thx gnome!
* .vdirsyncer/config: The additional verification of the server certificate ↵David Runge2016-02-261-2/+0
| | | | can be dropped due to letsencrypt useage in case of sleepmap.de.
* .offlineimaprc: Due to letsencrypt the server cert of sleepmap.de can now be ↵David Runge2016-02-261-1/+1
| | | | verified by sslcacertfile /etc/ssl/cert.pem
* .msmtprc: tls_trust_file becomes /etc/ssl/cert.pem in most cases due to ↵David Runge2016-02-261-2/+2
| | | | letsencrypt or other CAs.
* .vdirsyncer/config: Removing duplicate entry.David Runge2016-02-231-1/+1
|
* .processing/preferences.txt: Minor fixes. Disable welcome screen.David Runge2016-02-011-3/+4
|
* .arduino/preferences.txt: Updating to latest arduino version.David Runge2016-02-011-6/+28
|
* .vim/addons.vim: Removing non-working arduino addons, adding stevearc's ↵David Runge2016-02-011-2/+1
| | | | vim-arduino.
* .config/khard/khard.conf: Shuffle settings to better adhere to upstream ↵David Runge2016-02-011-7/+12
| | | | khard.conf. Adding contact table presets.
* README.md: Removing false README.md.David Runge2016-02-011-2/+0
|