aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-20~make SPC-cc compiledx
2020-05-20~formatting in config.eldx
2020-05-20+latex doom moduledx
2020-05-20~haskell configdx
2020-05-17~ls -> exadx
exa seems like a nicer, faster program. Also rust replacements
2020-05-17+mpd support for bardx
2020-05-17~some stuff with xserverdx
2020-05-17+binding for brightness on normal keysdx
2020-05-17~proper hook for calctexdx
2020-05-17~ace window binding to lower wdx
I use that binding a lot, makes sense to use lower w instead
2020-05-17-lsp-ui-doc-mode hooksdx
In hindsight, lsp-ui-mode only makes lsp-mode more intrusive, slow and buggy. It's better to rely on other Emacs and Doom systems (+lookup* for example) for some of the stuff that it gives rather than it.
2020-05-17+fzf to nvimdx
2020-05-17-removed a lot of unused modules, ~dante -> ghcidedx
2020-05-17+straight and telephone line to custom emacsdx
2020-05-17+support for deleting a modulesdx
Refactored the code a bit to make it a bit cleaner, added support for deleting modules in dotfiles
2020-05-17+elisp support to stow a specific moduledx
2020-05-17~install.sh -> Install.orgdx
An org file is better suited for this kinda job: literate, modular and easy to explain my decisions. Furthermore, I can make components for this installation easily just by making sections
2020-05-14+set backgrounds to latest commitdx
2020-05-14+connections block for dwmbardx
Basically checks if connected to some form of internet, and prints 'Connected' or 'Not connected'. Removed the applet refresh because this is better. If I need access to those managers, I'll just launch them.
2020-05-14~xss-lock sleep control given to lock scriptdx
2020-05-14+hook to org mode for auto-fill-modedx
2020-05-14+configuration for rangerdx
Just hidden files and cleanup really, those were the two things that annoyed me the most about doom-vanilla ranger.
2020-05-14+Calc configuration +calctexdx
Setting up hooks and keymaps, as well as radians mode for calc. Calctex mode makes calc look nicer, some eyecandy
2020-05-14+added funny memedx
hahah please laugh
2020-05-14~sxhkd lock keybind to use lock scriptdx
2020-05-14+lock scriptdx
Randomly chooses a file from the lockscreens folder, then uses it for the i3lock lockscreen background image
2020-05-13~made delimiters smaller for set_bar scriptdx
2020-05-13+quit parameter to popup-rule in literatedx
2020-05-13+org-fragtog-mode to org-mode-hookdx
2020-05-13~moved thesaurus to org sectiondx
2020-05-13+Emacs splash screensdx
2020-05-13+backgrounds git repo to dotfiles with a GNU stow recorddx
2020-05-13~set superstar headline bulletsdx
Default doom emacs ones get a bit stale after a while, so I set these new ones with differing polygons! They progress by number of vertices.
2020-05-13+emoticon selection scriptdx
2020-05-13+updating the readmedx
2020-05-13+a lot more stuffdx
+better binding system (general) with a leader +evil-surround +which-key +org +counsel and tango-dark cos if I see default emacs again I'm going to throw my computer outside.
2020-05-12+xmodmap and xinitrcdx
Theses are the files that dictate the startx routine. I don't use a login manager as I don't need one. The last statement in xinitrc represents the wm I'm using. Xmodmap maps the caps lock to hyper, which I can use as an extra layer system for sxhkdrc, allowing even more key combinations.
2020-05-12+script to setup music workspace using stdx
2020-05-12~use backgroudn script instead of feh call in sxhkdrcdx
2020-05-12+scripts to version controldx
Stored in .local/scripts, scripts I use for my init. I will be adding my xinit shortly for a full experience.
2020-05-12+neovim configdx
As I'm now going to be using neovim as my editor, here's a config for it
2020-05-12-gentemplate offline commanddx
Most of the time I'm doing something like this, I'll just do the copying myself.
2020-05-12~launch.sh -> launch_polybardx
2020-05-12~rearranged a few thignsdx
2020-05-12~zsh -> Shelldx
2020-05-12~Broke zshrc into .zprofile and .config/zsh/.zshrcdx
2020-05-12+clang format allow short loopsdx
Eye candy.
2020-05-12+company childframe module in doomdx
2020-05-12+sxhkd configdx
Useful config that can be universally used for all wms
2020-05-11+hook to set c-style to user on cc-mode-hookdx