summaryrefslogtreecommitdiffstats
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
* Prevent writing all marked imgs onto file (lossage) (#534)Spenser Truex2020-04-051-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.
* labels moved to scripts for dwm compatibilityLuke Smith2020-03-311-3/+1
|
* for partial XDG supporting apps (#523)Hekuran2020-03-291-0/+2
| | | calcurse keeps creating new configs at ~/ without these two lines
* calcurse automatically xdg compliant nowLuke Smith2020-03-282-2/+2
|
* setbg overhaul, dwm update mv'd to postrunLuke Smith2020-03-271-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 nvimLuke Smith2020-03-271-0/+3
|
* Added variables for default inner and outer gaps. (#510)Tommy Priest2020-03-241-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 errorLuke Smith2020-03-221-4/+9
|
* browser and nmclu switchedLuke Smith2020-03-221-2/+2
|
* toggle-welcome separate scriptLuke Smith2020-03-221-1/+1
|
* quote fix?Luke Smith2020-03-221-1/+1
|
* etcLuke Smith2020-03-221-1/+2
|
* lmc readdedLuke Smith2020-03-221-12/+12
|
* lf hardcodedLuke Smith2020-03-221-6/+5
|
* double label removedLuke Smith2020-03-221-1/+0
|
* Fixed a litle typo (#504)nerrufam2020-03-211-1/+1
| | | 😇pls merge again😇
* Update vimrc (#502)nerrufam2020-03-211-4/+7
| | | Cleans up listing of archives, adds new archives, and ueberzug can display the first frame of a gif.
* i3 config fixesLuke Smith2020-03-171-1/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-03-131-2/+2
|\
| * Update lfrc (#495)Antonín Dach2020-03-031-2/+2
| | | | | | Prevent globing, filenames with spaces will not open.
* | xresources file addedLuke Smith2020-02-261-0/+156
|/
* bspwm directory addedLuke Smith2020-02-091-0/+40
|
* news icon moved to scriptLuke Smith2020-02-081-1/+0
|
* mailbox icon moved to scriptLuke Smith2020-02-081-1/+0
|
* Unfinished bspwm stuff added. I probably won't do anything with this.Luke Smith2020-02-081-5/+108
|
* lf desktop entry addedLuke Smith2020-02-081-1/+8
|
* use color emoji for non-mono fontsLuke Smith2020-02-081-5/+15
|
* wal dir and postrun addedLuke Smith2020-02-073-0/+213
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-02-012-14/+14
|\
| * fix pkill issue (#471)Daja1772020-01-311-13/+13
| |
| * Update gtkrc-2.0 (#469)JameyBear2020-01-281-1/+1
| | | | | | Portability
* | font simplification for libxft fixLuke Smith2020-02-011-24/+16
|/
* add statusbar refresh commandsDaja1772020-01-211-13/+13
|
* remove lmc referencesDaja1772020-01-211-29/+29
|
* Revert "move alsa config and add env variable"Luke Smith2020-01-201-21/+0
| | | | This reverts commit 2149d1ebb7c5aad18dfd272afd21bf9502675255.
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-01-203-1/+22
|\
| * move wget hsts file to cacheDaja1772020-01-201-0/+1
| |
| * move alsa config and add env variableDaja1772020-01-201-0/+21
| |
| * fix(i3 config):Vlad Doster2020-01-191-1/+0
| | | | | | Removed redundant keyboard shortcut that can be found in the sxhkdrc config
* | i3 detailsLuke Smith2020-01-201-21/+11
| |
* | i3 independent-erLuke Smith2020-01-191-8/+183
|/
* Revert "class needs to be set before the command otherwise it's not set at all"Arjun Karangiya2020-01-111-1/+1
| | | | | | This reverts commit bf5b003d This is a mistake. It's not class but command to Nvim. And It breaks the intended feature.
* moved samedir keybinding from i3/config to sxhkdKronikPillow2020-01-052-2/+2
|
* removed cabl keybinding from i3 config as the script is non-existant and ↵KronikPillow2020-01-051-2/+0
| | | | mod+c is bound to calcurse in sxhkd
* removed Vimwikiindex keybinding from i3 config as it is already bound in sxhkdKronikPillow2020-01-051-2/+0
|
* added diff highlighting settings to make highlighted text readable when ↵KronikPillow2020-01-051-0/+5
| | | | highlighted
* use atool to extract archives instead of non-existing extract scriptKronikPillow2020-01-051-1/+1
|
* class needs to be set before the command otherwise it's not set at allKronikPillow2020-01-051-1/+1
|
* changed mpd output to alsaKronikPillow2020-01-051-2/+2
|
* Make polybar more portable (#441)Vlad Doster2020-01-021-2/+2
| | | replace hard-coded terminal reference with $TERMINAL environment var