Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-14 | ~xss-lock sleep control given to lock script | dx | |
2020-05-14 | +hook to org mode for auto-fill-mode | dx | |
2020-05-14 | +configuration for ranger | dx | |
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 +calctex | dx | |
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 meme | dx | |
hahah please laugh | |||
2020-05-14 | ~sxhkd lock keybind to use lock script | dx | |
2020-05-14 | +lock script | dx | |
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 script | dx | |
2020-05-13 | +quit parameter to popup-rule in literate | dx | |
2020-05-13 | +org-fragtog-mode to org-mode-hook | dx | |
2020-05-13 | ~moved thesaurus to org section | dx | |
2020-05-13 | +Emacs splash screens | dx | |
2020-05-13 | +backgrounds git repo to dotfiles with a GNU stow record | dx | |
2020-05-13 | ~set superstar headline bullets | dx | |
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 script | dx | |
2020-05-13 | +updating the readme | dx | |
2020-05-13 | +a lot more stuff | dx | |
+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 xinitrc | dx | |
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 st | dx | |
2020-05-12 | ~use backgroudn script instead of feh call in sxhkdrc | dx | |
2020-05-12 | +scripts to version control | dx | |
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 config | dx | |
As I'm now going to be using neovim as my editor, here's a config for it | |||
2020-05-12 | -gentemplate offline command | dx | |
Most of the time I'm doing something like this, I'll just do the copying myself. | |||
2020-05-12 | ~launch.sh -> launch_polybar | dx | |
2020-05-12 | ~rearranged a few thigns | dx | |
2020-05-12 | ~zsh -> Shell | dx | |
2020-05-12 | ~Broke zshrc into .zprofile and .config/zsh/.zshrc | dx | |
2020-05-12 | +clang format allow short loops | dx | |
Eye candy. | |||
2020-05-12 | +company childframe module in doom | dx | |
2020-05-12 | +sxhkd config | dx | |
Useful config that can be universally used for all wms | |||
2020-05-11 | +hook to set c-style to user on cc-mode-hook | dx | |
2020-05-11 | +fira to pretty code | dx | |
Actually works now | |||
2020-05-11 | +private narrow module to init.el | dx | |
2020-05-11 | ~moved some stuff into the .local directory | dx | |
The scripts folder is now in the ~/.local/scripts location, .local/src has my custom repos (DWM, DMENU, etc). | |||
2020-05-10 | +narrowing module, from narrowing handler in config.org | dx | |
2020-05-10 | +bind to M-c for count-words | dx | |
When using visual mode, I often require the size of the selected region. My modeline doesn't currently have a method of displaying selected text properties, so I set this. Only works in visual mode. | |||
2020-05-10 | ~clean p the narrow state config | dx | |
Basically, setq -> defvar and using cond instead of if due to the ability to do multiple conditions for the body of an 'if'. I might make this a module actually. | |||
2020-05-10 | ~fboundp -> bound-and-true-p for lsp-mode check | dx | |
2020-05-06 | ~better implementation of lsp segment | dx | |
Checks if lsp-workspaces has been defined. | |||
2020-05-06 | ~formattign for oreoline/config.el | dx | |
2020-05-05 | +feed in +rss/feed-urls | dx | |
2020-05-05 | +support for unlimited tags in +rss/feed-urls | dx | |
This uses the second cdr of any one feed-url item, which is the remaining args in there. | |||
2020-05-05 | +prettify-symbols config in packages config | dx | |
This is easier to do, I found another problem with it so I moved the C++ config to one universal one. | |||
2020-05-05 | +yaml packages | dx | |
2020-05-05 | ~fonts, spacing and others | dx | |
2020-05-05 | +suctl alias for terminal | dx | |
suctl = systemctl --user, useful for user services. | |||
2020-05-05 | -removed editor config | dx | |
Seems to be screwing up my config in some form, elisp is being formatted in a way I don't like. More to research I guess. | |||
2020-05-05 | ~spaces -> tabs | dx | |
Formatting included | |||
2020-05-05 | ~literate/load-files instead of trying to guess them | dx | |
2020-05-05 | +popup rule for async-shell-command buffer | dx | |