aboutsummaryrefslogtreecommitdiff
path: root/gui/conf
AgeCommit message (Collapse)Author
2020-06-16Add minor mode display to modelineAdrian Kummerlaender
2020-06-16Use emacs-provided line number displayAdrian Kummerlaender
2020-06-14Add Xmonad layout refresh shortcutAdrian Kummerlaender
2020-06-14Update Emacs configAdrian Kummerlaender
2020-06-11Implement custom related file jumping logic in EmacsAdrian Kummerlaender
Neither projectile nor ff-find-other-file's offering do what I want in a straight forward manner. The former is still added as it is useful for project management (currently mostly regenerating ctags files).
2020-06-11Replace fzf with matching counsel commands in EmacsAdrian Kummerlaender
2020-06-11Setup automatic tag updating in EmacsAdrian Kummerlaender
Sadly counsel-etags did not find universal-ctags in my PATH so some custom setup in Nix home-manager was required.
2020-06-11Add basic Org capture templatesAdrian Kummerlaender
2020-06-11Add Nix syntax highlighting to EmacsAdrian Kummerlaender
2020-06-10Set central folder for Orgmode LaTeX preview imagesAdrian Kummerlaender
This way the note folders are not polluted.
2020-06-10Enable inline LaTeX previews in OrgmodeAdrian Kummerlaender
2020-06-08Replace custom copyright comment hiding with HideShow modeAdrian Kummerlaender
2020-06-08Rewrite some Evil bindings in a more pleasant styleAdrian Kummerlaender
2020-06-08Remove fancy C++ font lock packageAdrian Kummerlaender
Doesn't change much. In other news: Magit is nice.
2020-06-08Reduce scroll lag on files with heavy fontificationAdrian Kummerlaender
2020-06-08Use narrowing to hide C-style copyright comments in EmacsAdrian Kummerlaender
2020-06-08Further Emacs config tinkeringAdrian Kummerlaender
2020-06-07Further Emacs config tinkeringAdrian Kummerlaender
2020-06-07Add basic port of my custom colorscheme to EmacsAdrian Kummerlaender
2020-06-04Add function for quickly adding deft links in emacsAdrian Kummerlaender
2020-06-03Add org interleave modeAdrian Kummerlaender
2020-06-03Taking another run at using Orgmode for note takingAdrian Kummerlaender
2020-06-02Revert "Switch back to vim for note taking"Adrian Kummerlaender
This reverts commit fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.
2020-05-19Change note scratchpad into a second drop down terminalAdrian Kummerlaender
2020-04-23Use terminal vim for note scratchpadAdrian 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-22Restore password prompt to center float after update to 20.03Adrian Kummerlaender
2020-04-20Switch back to vim for note takingAdrian Kummerlaender
More convenient than getting into Emacs just for this
2020-02-29Add some evilorg bindingsAdrian Kummerlaender
2020-02-29Add rofi selector for passAdrian Kummerlaender
2020-02-25Add Emacs scratchpad to XMonadAdrian Kummerlaender
2020-02-25Add basic Emacs configAdrian Kummerlaender
2020-02-18Increase HUD size in XMonadAdrian Kummerlaender
2020-01-07Add zoteroAdrian Kummerlaender
2019-11-08Add some new XMonad layouts and keybindingsAdrian Kummerlaender
2019-09-11Update experimental qtile configAdrian Kummerlaender
2019-07-16Add basic qtile wm configAdrian Kummerlaender
2019-05-30Add calculator scratchpadAdrian Kummerlaender
2019-05-28Enable touch scrolling in FirefoxAdrian Kummerlaender
2019-05-23Update majestix screen resolutionAdrian Kummerlaender
2019-05-09Add alternative screenshot binding for athenaAdrian Kummerlaender
2019-02-22Nixify project task launcherAdrian Kummerlaender
Task scripts and desktop shortcuts are now autogenerated using a friendly list of tasks in `gui/tasker.nix`. i.e. a separate rofi launcher is unnecessary as the generated desktop files are automatically picked up by stock rofi. This is nice.
2019-02-21Improvise rofi task launcherAdrian Kummerlaender
`tasker` opens a rofi selection of all scripts found in `~/.local/share/tasks`. This is useful for launching e.g. project specific nix-shells, vim instances and so on. Actual tasks are not included at this point as they are still quite rudimentary. This vision is that this develops into a Nix and XMonad integrated project manager that: * Automatically clones the project repository if it is not already available * Allows for (optional) central management of nix-shell derivations * Allows for easy isolation of project-specific UI utilities * Enables convenient launching of build and test scripts
2019-02-15Restore consistent XMonad workspace keybindingsAdrian Kummerlaender
2019-02-15Add custom script for cycling workspaces in toucheggAdrian Kummerlaender
2019-01-31Make XMonad border width host dependentAdrian Kummerlaender
These host dependent changes are starting to get out of hand…
2019-01-31Extract hidpi supportAdrian Kummerlaender
2019-01-31Add thesaurus scratchpadAdrian Kummerlaender
2019-01-31Add basic touchegg setup for athenaAdrian Kummerlaender
2019-01-31Replace xfce4-screenshooter with flameshotAdrian Kummerlaender
2019-01-31Add stalonetray and nm-applet autostart on athenaAdrian Kummerlaender
It took me more time than it should have to get stalonetray to display below all windows as a _widget_ on the desktop...