aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-06Implement custom bookmarking commandAdrian Kummerlaender
2016-03-06Expand _vimwiki_ settingsAdrian Kummerlaender
* hide line numbers, enable autoreload * define HTML target and template
2016-03-06Exclude _vimwiki_ pages opened in _vim_ from i3 scratchpadAdrian Kummerlaender
2016-03-05Increase flexibility of _vimwiki_ scratchpadAdrian Kummerlaender
2016-03-04Hide splits and numbers in _vim-airline_ tab lineAdrian Kummerlaender
2016-02-25Remove _emacs_ config as it is not used anymoreAdrian Kummerlaender
2016-02-15Change font to _Fantasque Sans Mono_ and enable airline symbolsAdrian Kummerlaender
2016-02-15Add `mp3-dl` alias for `youtube-dl`Adrian Kummerlaender
2016-02-13Include _GTK_ settingsAdrian Kummerlaender
`gtk.css` hides window frame to preserve screen estate in _i3wm_. `settings.ini` contains various theme settings and hides unnecessary window controls.
2016-02-13Adapt configuration to new versionAdrian Kummerlaender
i.e. `$mod` did not work anymore
2016-02-13Add _dict_ aliasAdrian Kummerlaender
2016-02-13Fix _Scheme interpreter_ historyAdrian Kummerlaender
2016-02-06Fix _vim_ refresh problemAdrian Kummerlaender
2016-02-06Add current time to rhs of custom fish promptAdrian Kummerlaender
2015-12-12Set lighter background for `zathura` recolor modeAdrian Kummerlaender
2015-12-04Set Java specific identation behaviorAdrian Kummerlaender
2015-11-23Add quality information for modem connectionAdrian Kummerlaender
2015-11-09Use `rofi` as layout selector instead of `dmenu`Adrian Kummerlaender
2015-11-08Use `rofi` as default program launcherAdrian Kummerlaender
2015-10-16Display tabulators as solid blocks in custom color schemeAdrian Kummerlaender
2015-10-01Adapt `guioptions` to prevent screen redrawing issuesAdrian Kummerlaender
* sometimes the note-taking `gvim` instance in the `i3wm` scratchpad has issues redrawing the screen content correctly after it was launched, this change seems to mitigate this behaviour
2015-09-26Include GTK settingsAdrian Kummerlaender
2015-09-21Add custom `ls` color configurationAdrian Kummerlaender
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