Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-02 | ~no need for opam config anymore | AChavali | |
2020-03-02 | +set guile version to 2.2 | AChavali | |
2020-03-02 | +~/Scripts to PATH | AChavali | |
2020-03-02 | +opam config to vimrc | AChavali | |
2020-03-02 | +Ethernet support to i3statusbar | AChavali | |
2020-03-02 | ~switched up the libgen url | AChavali | |
libgen.me, even though it has a better UI, it doesn't have a great UX. Furthermore, doesn't work most of the time. | |||
2020-03-02 | ~rebound 8,9 and 0 to mpc commands | AChavali | |
I will never use workspaces 8 9 and 0. Thus, use them for music! | |||
2020-03-02 | +some more bindings about brightness | AChavali | |
Standard laptop bindings and actual keyboard bindings depending on how normie I get | |||
2020-03-02 | ~alignment in i3.conf | AChavali | |
2020-03-02 | +basic ocaml support without the ocaml module | AChavali | |
The ocaml module doesn't really work properly as of right now, so I'm using my own version. | |||
2020-03-02 | +goto-dotfiles function | AChavali | |
Code cleanliness | |||
2020-03-02 | +rest module | AChavali | |
Really useful and actually works. | |||
2020-03-02 | ~tau to t | AChavali | |
Term is easier to type | |||
2020-02-18 | ~paths for bin -> Bin | AChavali | |
2020-02-18 | +label for client. settings | AChavali | |
2020-02-18 | +two more keybinds for volume manip | AChavali | |
This is because I find volume manipulation on devices that don't have my laptops volume buttons really annoying to use. So m and n are now the default volume changers | |||
2020-02-18 | +focus_follows_mouse | AChavali | |
Such an annoying setting, turned off. | |||
2020-02-18 | ~comment on volume bindings | AChavali | |
2020-02-18 | ~format for i3status tztime local | AChavali | |
day/month/year instead of Year-month-day. Just looks nicer and easier for me to interpret. | |||
2020-02-18 | ~icons for i3status battery status | AChavali | |
Using all-the-icons in Emacs for these solutions. Look better | |||
2020-02-18 | -format_down | AChavali | |
Format down is useless as my wifi will always be active. | |||
2020-02-18 | ~format for wireless in i3status | AChavali | |
No need for quality, just extra noise | |||
2020-02-18 | +little comment in i3status for order | AChavali | |
2020-02-18 | ~oreodave/theme-list -> oreodave/themes/theme-list | AChavali | |
Change was not fully propagated, only just realised now. | |||
2020-02-18 | +execs at the end of i3 | AChavali | |
First will setup background from a selection of images I quickly got off the internet. Mostly just nature. Second will open up rofi with the applications interface, so I can instantly jump into something. | |||
2020-02-18 | ~changed colours for client focuses in i3 | AChavali | |
Don't like the default blue | |||
2020-02-18 | ~clean up some stuff in i3.conf | AChavali | |
2020-02-18 | +i3 status configuration | AChavali | |
Will be symlinked to .i3status.conf | |||
2020-02-17 | +some rofi binds to i3 | AChavali | |
2020-02-17 | +rofi | AChavali | |
Rofi is a great tool like ivy posframe, which allows you to do tons of stuff. | |||
2020-02-17 | +sylink for i3 | AChavali | |
symlink the i3.conf file to .config/i3/config | |||
2020-02-17 | ~moved i3 conf to a specified file | AChavali | |
no need to have its own folder | |||
2020-02-17 | +i3 to my setup | AChavali | |
I am now an i3 user, please no bulli. I'm trying to figure out how to use this for now, but it's very cool and the bindings are really cool | |||
2020-02-17 | +dap hydra keybind in code | AChavali | |
Really useful and great for lsp buffers | |||
2020-02-17 | ~formatting in code keybinds | AChavali | |
2020-02-17 | +pretty-symbols for c/c++ mode | AChavali | |
std::string and string should be 'strings' for the c/c++ mode | |||
2020-02-17 | ~custom -> user cstyle and formatting | AChavali | |
2020-02-17 | +java w/ lsp | AChavali | |
2020-02-17 | +new java template so update gentemplates | AChavali | |
2020-02-15 | ~vim bindings / -> s | AChavali | |
like doom, just use s instead of / | |||
2020-02-15 | +generate templates to keybind | AChavali | |
2020-02-15 | ~bad function name | AChavali | |
2020-02-15 | ~prefix description for keybinds must be uppercase | AChavali | |
like other doom keybinds, the description must be uppercase | |||
2020-02-15 | +mpv config | AChavali | |
mpv is my video player of choice, use it for youtube and everything. | |||
2020-02-15 | ~moved around doc blocks | AChavali | |
2020-02-09 | ~pass all commandline args to emacs | AChavali | |
Editor command will now pass all command line args to emacs program | |||
2020-02-09 | +ncmpcpp config to dotfiles | AChavali | |
Basically just bindings for ncmpcpp because wow it's powerful | |||
2020-02-09 | ~lsp-mode -> lsp-ui | AChavali | |
lsp-mode already has a hook for lsp-ui. So I'll just add a hook to lsp-ui for lsp-ui-doc. | |||
2020-02-09 | ~replaced spc, spu -> editor | AChavali | |
I really don't use emacs server anymore, it's kinda annoying and the online features just don't work. Therefore, I'm just going to use Emacs GUI directly. This obsoletes spc and spu, which means I need a new command. This command is editor, which nohups and reroutes the output of Emacs to /dev/null and disjoins it from the terminal. | |||
2020-02-09 | +some more explanation how to use entire dev chain | AChavali | |