aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-12-04Set `urxvt` background to blackAdrian Kummerlaender
2014-12-04Added org-mode repository and set tab widthAdrian Kummerlaender
2014-12-01Added basic Evil-based Emacs configurationAdrian Kummerlaender
2014-11-02Reduced `gvim` bordersAdrian Kummerlaender
2014-11-02Added basic `vim-airline` configurationAdrian Kummerlaender
2014-10-11Added twmn notification daemon configurationAdrian Kummerlaender
2014-10-11Changed active workspace name color to darkAdrian Kummerlaender
* this was changed to match the window title style
2014-10-06Fixed compatibility problem between tree style tabs and pentadactylAdrian Kummerlaender
* without this fix the tree style tab sidebar is only a couple of pixels tall ** i.e. unusable
2014-08-18Fixed gnome-keyring startupAdrian Kummerlaender
2014-08-04Expanded pentadactyl colorscheme declarationsAdrian Kummerlaender
* CompItem and Normal elements are now styled to match the rest of the colorscheme
2014-07-12Fixed vim split navigation Alt+Arrow key combinationsAdrian Kummerlaender
* moved the mappings to vimrc to enable them for both vim and gvim * added Alt+Arrow key forwarding to urxvt configuration * added default font to pentadactylrc
2014-07-11Added pentadactyl configAdrian Kummerlaender
* made urxvt background color a notch darker
2014-07-05Changed i3wm color schemeAdrian Kummerlaender
* updated conky and urxvt configuration accordingly
2014-07-05Set i3bar tray screen and add texlive to $PATHAdrian Kummerlaender
* I am using a custom texlive installation which requires the path to be added manually
2014-07-03Added screenlayout keybindingsAdrian Kummerlaender
* xrandr scripts are managed by arandr
2014-06-25Updated passman shortcut and removed kernel from conkyAdrian Kummerlaender
* passman was updated to a new version which changed its interface
2014-06-13Switched conky / i3bar to JSON protocolAdrian Kummerlaender
* conky now generates JSON output in conjunction with newly created ".conky.sh" * changed conky script logic to be interface aware ** detects and displays address of the active interface (eth / wlan / wwan) * changed conky date format to iso * switched gvim font to "Droid Sans Mono" ** analog to urxvt font * xdg config is now preventing "Desktop" and "Downloads" directories from being created
2014-06-12Configuration changes caused by new laptopAdrian Kummerlaender
* I recently acquired a new laptop which I am currently setting up * Updated conky to display temperature and fan speed data of Thinkpad x220 * removed notification daemon from i3 autostart, added nm-applet * prevented "Template" directory from being created * changed urxvt terminal font
2014-04-05Moved buffer navigation remappings int gvim configurationAdrian Kummerländer
* they don't work in normal vim, so they should only be configured for gvim ** the problem is probably the terminal not forwardinf the keys as required by the remapping
2014-04-05Updated i3wm configAdrian Kummerländer
* removed unnecessary comments (the configuration is mostly self-explanatory) * changed key combination for executing i3lock to control+alt+l instead of alt+l ** alt+l interferes with planned vim buffer navigation configuration changes
2014-03-16Added ccat _colored cat_ aliasAdrian Kummerländer
* highlights the given file using pygmentize