Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-08 | Rewrite some Evil bindings in a more pleasant style | Adrian Kummerlaender | |
2020-06-08 | Remove fancy C++ font lock package | Adrian Kummerlaender | |
Doesn't change much. In other news: Magit is nice. | |||
2020-06-08 | Reduce scroll lag on files with heavy fontification | Adrian Kummerlaender | |
2020-06-08 | Use narrowing to hide C-style copyright comments in Emacs | Adrian Kummerlaender | |
2020-06-08 | Further Emacs config tinkering | Adrian Kummerlaender | |
2020-06-07 | Further Emacs config tinkering | Adrian Kummerlaender | |
2020-06-07 | Add basic port of my custom colorscheme to Emacs | Adrian Kummerlaender | |
2020-06-04 | Add function for quickly adding deft links in emacs | Adrian Kummerlaender | |
2020-06-03 | Add org interleave mode | Adrian Kummerlaender | |
2020-06-03 | Taking another run at using Orgmode for note taking | Adrian Kummerlaender | |
2020-06-02 | Revert "Switch back to vim for note taking" | Adrian Kummerlaender | |
This reverts commit fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5. | |||
2020-05-19 | Change note scratchpad into a second drop down terminal | Adrian Kummerlaender | |
2020-04-23 | Use terminal vim for note scratchpad | Adrian Kummerlaender | |
Setting the WM_CLASS in neovim-qt happens too late for XMonad to corretly place the scratchpad window. As for this usecase the difference between neovim-qt and plain neovim in kitty do not matter this is the simplest solution. | |||
2020-04-23 | Remove gnvim | Adrian Kummerlaender | |
Weird font scaling issues, crashes | |||
2020-04-22 | Restore password prompt to center float after update to 20.03 | Adrian Kummerlaender | |
2020-04-20 | Switch back to vim for note taking | Adrian Kummerlaender | |
More convenient than getting into Emacs just for this | |||
2020-02-29 | Add some evilorg bindings | Adrian Kummerlaender | |
2020-02-29 | Add rofi selector for pass | Adrian Kummerlaender | |
2020-02-25 | Add Emacs scratchpad to XMonad | Adrian Kummerlaender | |
2020-02-25 | Add basic Emacs config | Adrian Kummerlaender | |
2020-02-23 | Add basic Emacs+Evil+Orgmode config | Adrian Kummerlaender | |
2020-02-18 | Increase HUD size in XMonad | Adrian Kummerlaender | |
2020-01-07 | Add zotero | Adrian Kummerlaender | |
2019-12-09 | Add gthumb to set of default file viewers | Adrian Kummerlaender | |
2019-11-08 | Add some new XMonad layouts and keybindings | Adrian Kummerlaender | |
2019-10-25 | Add `bat` as a nice cli file viewer | Adrian Kummerlaender | |
2019-10-24 | Pull in GNvim from unstable | Adrian Kummerlaender | |
2019-10-18 | Update kitty config | Adrian Kummerlaender | |
2019-09-11 | Update experimental qtile config | Adrian Kummerlaender | |
2019-09-05 | Fix download directory variable name #1 | Adrian Kummerlaender | |
2019-07-16 | Add basic qtile wm config | Adrian Kummerlaender | |
2019-07-11 | Update default applications | Adrian Kummerlaender | |
2019-05-30 | Add calculator scratchpad | Adrian Kummerlaender | |
2019-05-28 | Enable touch scrolling in Firefox | Adrian Kummerlaender | |
2019-05-23 | Update majestix screen resolution | Adrian Kummerlaender | |
2019-05-09 | Add alternative screenshot binding for athena | Adrian Kummerlaender | |
2019-04-27 | Set meld as git merge tool | Adrian Kummerlaender | |
2019-04-27 | Update qt config to use new flag | Adrian Kummerlaender | |
2019-04-24 | Set Zathura font size depending on screen DPI | Adrian Kummerlaender | |
2019-04-17 | Update config after system update | Adrian Kummerlaender | |
2019-03-03 | Add font config for non-qt neovim UIs, fzf | Adrian Kummerlaender | |
2019-03-03 | Update to use nvim by default | Adrian Kummerlaender | |
mypkgs builts on nixpkgs-unstable to get a current nvim version. Luckily this kind of mixture of various versions is yet another strong suit of Nix. | |||
2019-03-02 | Centrally define set of custom packages | Adrian Kummerlaender | |
Weirdly I did not find a better way to pass a userspace "<mypkgs>" channel throughout the home-manager expression tree. i.e. adding a "mypkgs ? import <mypkgs> { }" argument to all expressions failed somewhere inside Nix. However this way has the benefit of making it very easy to augment the derivations maintained in pkgs.kummerlaender.eu with additional packages. | |||
2019-02-24 | Move Tasker into module folder | Adrian Kummerlaender | |
2019-02-24 | Add Tasker types for opening terminal / vim in local nix-shell | Adrian Kummerlaender | |
2019-02-24 | Add nix-shell environment type to tasker | Adrian Kummerlaender | |
Allows for convenient management of non-project-specific shell environments. | |||
2019-02-24 | Define type of task entries | Adrian Kummerlaender | |
2019-02-22 | Declare tasks as attribute option | Adrian Kummerlaender | |
This way it is easy to support e.g. host specific tasks | |||
2019-02-22 | Add further tasks | Adrian Kummerlaender | |
2019-02-22 | Setup generic name for easier filtering in tasker | Adrian Kummerlaender | |