| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'origin/master' into xdgify | Dennis Lee | 2020-04-07 | 2 | -3/+3 |
| |\ | |||||
| | * | emoji fonts not specified for mono | Luke Smith | 2020-04-07 | 1 | -2/+0 |
| | | | |||||
| | * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-04-05 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Prevent writing all marked imgs onto file (lossage) (#534) | Spenser Truex | 2020-04-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix issues a warning message and does nothing in that case. Running C-x c (copy) or C-x m (move) will copy/move all the marked files to a single location. If that location is not a directory, then creating that file and overwriting it several times results in complete loss of data in the case of moving, and unhelpful behaviour in the case of "copying". Only the last marked file remains in the file. | ||||
| | * | | inc rmd | Luke Smith | 2020-04-05 | 1 | -1/+0 |
| | | | | |||||
| | * | | noto mono default if installed, inconsolata comted | Luke Smith | 2020-04-02 | 1 | -1/+2 |
| | |/ | |||||
| * | | substitute ~/.config with $XDG_CONFIG_HOME | Dennis Lee | 2020-04-04 | 12 | -40/+40 |
| | | | |||||
| * | | substitute ~/.local/share with $XDG_DATA_HOME | Dennis Lee | 2020-04-04 | 4 | -4/+4 |
| | | | |||||
| * | | substitute $HOME/.local/share with $XDG_DATA_HOME | Dennis Lee | 2020-04-04 | 1 | -2/+2 |
| | | | |||||
| * | | substitute $HOME/.config with $XDG_CONFIG_HOME | Dennis Lee | 2020-04-04 | 1 | -2/+2 |
| |/ | |||||
| * | labels moved to scripts for dwm compatibility | Luke Smith | 2020-03-31 | 1 | -3/+1 |
| | | |||||
| * | for partial XDG supporting apps (#523) | Hekuran | 2020-03-29 | 1 | -0/+2 |
| | | | | calcurse keeps creating new configs at ~/ without these two lines | ||||
| * | calcurse automatically xdg compliant now | Luke Smith | 2020-03-28 | 2 | -2/+2 |
| | | |||||
| * | setbg overhaul, dwm update mv'd to postrun | Luke Smith | 2020-03-27 | 1 | -0/+1 |
| | | | | | | | Yeah of course I'm going to totally rewrite a script right after I do a video on it. It uses links now to not waste space and env variables. Location moved to cache. Thanks to those who suggested some changes. | ||||
| * | Q to align in nvim | Luke Smith | 2020-03-27 | 1 | -0/+3 |
| | | |||||
| * | Added variables for default inner and outer gaps. (#510) | Tommy Priest | 2020-03-24 | 1 | -4/+8 |
| | | | | Default inner and outer gaps can now be changed in one place instead of changing the initialization and the shortcut to reset gaps to default. | ||||
| * | quick patch for inconsolata error | Luke Smith | 2020-03-22 | 1 | -4/+9 |
| | | |||||
| * | browser and nmclu switched | Luke Smith | 2020-03-22 | 1 | -2/+2 |
| | | |||||
| * | toggle-welcome separate script | Luke Smith | 2020-03-22 | 1 | -1/+1 |
| | | |||||
| * | quote fix? | Luke Smith | 2020-03-22 | 1 | -1/+1 |
| | | |||||
| * | etc | Luke Smith | 2020-03-22 | 1 | -1/+2 |
| | | |||||
| * | lmc readded | Luke Smith | 2020-03-22 | 1 | -12/+12 |
| | | |||||
| * | lf hardcoded | Luke Smith | 2020-03-22 | 1 | -6/+5 |
| | | |||||
| * | double label removed | Luke Smith | 2020-03-22 | 1 | -1/+0 |
| | | |||||
| * | Fixed a litle typo (#504) | nerrufam | 2020-03-21 | 1 | -1/+1 |
| | | | | 😇pls merge again😇 | ||||
| * | Update vimrc (#502) | nerrufam | 2020-03-21 | 1 | -4/+7 |
| | | | | Cleans up listing of archives, adds new archives, and ueberzug can display the first frame of a gif. | ||||
| * | i3 config fixes | Luke Smith | 2020-03-17 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-03-13 | 1 | -2/+2 |
| |\ | |||||
| | * | Update lfrc (#495) | AntonÃn Dach | 2020-03-03 | 1 | -2/+2 |
| | | | | | | | Prevent globing, filenames with spaces will not open. | ||||
| * | | xresources file added | Luke Smith | 2020-02-26 | 1 | -0/+156 |
| |/ | |||||
| * | bspwm directory added | Luke Smith | 2020-02-09 | 1 | -0/+40 |
| | | |||||
| * | news icon moved to script | Luke Smith | 2020-02-08 | 1 | -1/+0 |
| | | |||||
| * | mailbox icon moved to script | Luke Smith | 2020-02-08 | 1 | -1/+0 |
| | | |||||
| * | Unfinished bspwm stuff added. I probably won't do anything with this. | Luke Smith | 2020-02-08 | 1 | -5/+108 |
| | | |||||
| * | lf desktop entry added | Luke Smith | 2020-02-08 | 1 | -1/+8 |
| | | |||||
| * | use color emoji for non-mono fonts | Luke Smith | 2020-02-08 | 1 | -5/+15 |
| | | |||||
| * | wal dir and postrun added | Luke Smith | 2020-02-07 | 3 | -0/+213 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-02-01 | 2 | -14/+14 |
| |\ | |||||
| | * | fix pkill issue (#471) | Daja177 | 2020-01-31 | 1 | -13/+13 |
| | | | |||||
| | * | Update gtkrc-2.0 (#469) | JameyBear | 2020-01-28 | 1 | -1/+1 |
| | | | | | | | Portability | ||||
| * | | font simplification for libxft fix | Luke Smith | 2020-02-01 | 1 | -24/+16 |
| |/ | |||||
| * | add statusbar refresh commands | Daja177 | 2020-01-21 | 1 | -13/+13 |
| | | |||||
| * | remove lmc references | Daja177 | 2020-01-21 | 1 | -29/+29 |
| | | |||||
| * | Revert "move alsa config and add env variable" | Luke Smith | 2020-01-20 | 1 | -21/+0 |
| | | | | | This reverts commit 2149d1ebb7c5aad18dfd272afd21bf9502675255. | ||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-01-20 | 3 | -1/+22 |
| |\ | |||||
| | * | move wget hsts file to cache | Daja177 | 2020-01-20 | 1 | -0/+1 |
| | | | |||||
| | * | move alsa config and add env variable | Daja177 | 2020-01-20 | 1 | -0/+21 |
| | | | |||||
| | * | fix(i3 config): | Vlad Doster | 2020-01-19 | 1 | -1/+0 |
| | | | | | | | Removed redundant keyboard shortcut that can be found in the sxhkdrc config | ||||
| * | | i3 details | Luke Smith | 2020-01-20 | 1 | -21/+11 |
| | | | |||||
| * | | i3 independent-er | Luke Smith | 2020-01-19 | 1 | -8/+183 |
| |/ | |||||
