aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-21Set XDG documents directoryAdrian Kummerlaender
* otherwise _Mathematica_ always creates a unnecessary folder in my home directory
2015-09-21Set `jellybeans` as _vim_ colorschemeAdrian Kummerlaender
* my custom theme `akr` only currently works correctly in _gvim_ and I don't like the results using _vim-csapprox_
2015-09-20Add _vim-like_ keybindings for workspace switchingAdrian Kummerlaender
* makes it easier to switch workspaces when using the laptop in an actual lap
2015-09-08Add shortcut to printscreen utilityAdrian Kummerlaender
2015-09-07Add `volumeicon` autostart to `i3` sessionAdrian Kummerlaender
2015-08-27Add TV screen modeAdrian Kummerlaender
2015-08-23Enable powerline symbols for `gvim`Adrian Kummerlaender
2015-08-23Add reader-mode toggle shortcutAdrian Kummerlaender
2015-07-26Changed vim cursor colors to be more prominentAdrian Kummerlaender
2015-07-22Added cell phone icon for modem connectionsAdrian Kummerlaender
* renamed workspace `10` to `0`
2015-06-30Changed _conky_ configuration to use _Font Awesome_ iconsAdrian Kummerlaender
* this allows for a more visually pleasing and compact display of status information * the icons themselves are used to convey infomation about e.g. the connection type
2015-06-10Tweaked window resizing and vim navigation bindingsAdrian Kummerlaender
* halved horizontal window resize grid width * added `J` and `K` mappings for easier section navigation * fixed pentadactly `guioptions` which were incompatible with it's latest version
2015-05-27Added exit status signaling to custom fish promptAdrian Kummerlaender
2015-05-26Added new "half_stack" layout and fixed apply scriptAdrian Kummerlaender
* newlines were not forwarded correctly and as such the script only supported a single layout
2015-05-26Removed special font settings of Scheme REPLAdrian Kummerlaender
2015-05-17Added custom fish prompt and changed fontAdrian Kummerlaender
* replaced the Droid family with Dejavu as it offers better readability and e.g. 0 and O are displayed differently
2015-05-15Collection of small updatesAdrian Kummerlaender
* increased shading of background terminal instances * set zathura color inversion as default
2015-03-01Added _Vim_ mapping to center the view on current lineAdrian Kummerlaender
2015-02-28Added configuration for distraction free reading in _Vim_Adrian Kummerlaender
* also added a comment listing all expected _Vim_ plugins
2015-02-27Marked Vim's `cursorline` as toggleableAdrian Kummerlaender
* compromise as there is no straight forward way to only highlight the current line number but not the whole line while maintaining line highlighting in e.g. _CtrlP_
2015-02-25Added `xautolock` autostart in `i3wm`Adrian Kummerlaender
2015-02-25Enabled current line number highlighting in VimAdrian Kummerlaender
* added special `match` condition to prevent obtrusive tabulator highlighting
2015-02-11Configured `vim-gitgutter` pluginAdrian Kummerlaender
2015-02-11Unified colors between gtk, cli and vimAdrian Kummerlaender
* changed `IncSearch` in vim colorscheme to highlight current replacement candidate * added `srfi-1` to default Chicken Scheme REPL libraries
2015-02-09Added GTK2 configurationAdrian Kummerlaender
2015-02-09Removed CLI colors from colorscheme as is handled by `CSapprox`Adrian Kummerlaender
* added mouse support to terminal vim * refined vim search configuration
2015-02-07Added CLI support to custom vim colorschemeAdrian Kummerlaender
2015-02-07Customized urxvt colors to match vim colorschemeAdrian Kummerlaender
2015-02-07Added basic version of my own vim colorschemeAdrian Kummerlaender
2015-02-05Reduced colors and border widths used in `i3wm`Adrian Kummerlaender
2015-01-31Removed shell greeting and added urxvt fading when focus is lostAdrian Kummerlaender
2015-01-31Tweaked pentadactyl colors and restructured i3wm configurationAdrian Kummerlaender
2015-01-05Added basic colorscheme for the _zathura_ PDF readerAdrian Kummerlaender
* removed unnecessary `source` call from `dmenu` script
2015-01-03Removed conky status bar units to get a more consistent viewAdrian Kummerlaender
2015-01-02Addded _Chicken-Scheme_ REPL config and shortcutAdrian Kummerlaender
2015-01-01Added discharge rate display to conky battery sectionAdrian Kummerlaender
* this is only displayed when actually discharging, data is provided by `upower`
2014-12-26Use unique names for `vim` swapfiles, added type specific rulesAdrian Kummerlaender
* added custom tabulator rules for _scheme_
2014-12-24Autostart `vimwiki` in `i3wm` scratchpadAdrian Kummerlaender
* added appropriate keybinding to show / hide the `vimwiki` instance
2014-12-23Added `vimwiki` folder to `vimrc`Adrian Kummerlaender
2014-12-23Centralized `dmenu` configuration in `.dmenurc`Adrian Kummerlaender
2014-12-23Further simplified `half_diquarter` layoutAdrian Kummerlaender
2014-12-22Changed `urxvt` swallowing layout to swallow anythingAdrian Kummerlaender
2014-12-22Simplified `i3` workspace button color schemeAdrian Kummerlaender
* removed unnecessary arrow focus keybindings
2014-12-21Implemented basic `i3` layout selector based on `dmenu`Adrian Kummerlaender
* `apply_layout.sh` offers a `dmenu` selection of all files in `~/.i3/layout` * the selected layout is applied to the current workspace via `i3-msg`
2014-12-21Added basic `i3` terminal layout treeAdrian Kummerlaender
* creates / swallows one half screen and two quarter screen `urxvt` instances
2014-12-21Removed unnecessary scroll wheel plugin from urxvtAdrian Kummerlaender
2014-12-05Enabled `evil-tabs` and removed UI from CLIAdrian Kummerlaender
* i.e. menu is now not displayed in both CLI and GUI * disabled startup message
2014-12-05Removed `important` declaration from pentadactylrcAdrian Kummerlaender
* the issue this (somewhat) mitigated was fixed in upstream _pentadactyl_
2014-12-04Removed `i3wm` borders, increased dmenu size and changed vim tab charAdrian Kummerlaender
2014-12-04Removed now unnecessary tree-style-tab fixAdrian Kummerlaender