summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* underscore vs spaces, and naming convention (#1189)ryan-c-dev2022-09-191-1/+2
| | | | | | | | | | | | | | the title then extension format with the --restrict-filenames again for underscores instead of spaces. Works typically well as music will have Artist name first usually followed by song title so no need to format. haven't looked into the --embed-metadata parameter, only imagine it could be useful if it saves the url suffix for youtube link (which you don't want in your filename hopefully) for my video downloads, i just use this. alias ydl='yt-dlp -o '%(title)s.%(ext)s' -f bv+ba/b --restrict-filenames' alias mp3='yt-dlp -o '%(title)s.%(ext)s' -f bestaudio -x --audio-format mp3 --embed-thumbnail --restrict-filenames' Probably bad practice to have single quotes within more single quotes but ran into issues with yt-dlp over using double quotes. -Ryan
* remove spacing from saved audio for tsp/newsboat (#1184)ryan-c-dev2022-09-121-1/+1
| | | The --restrict-filenames parameter will automatically replace spaces with underlines.
* add support for SILE (#1175)Tan Long2022-08-251-1/+1
|
* peertube and youtube rssLuke Smith2022-08-231-1/+2
|
* Merge branch 'i13e-i13e-patch-lf_icons'Luke Smith2022-08-212-79/+76
|\
| * Remove permissionsIan Breckenridge2022-08-211-0/+0
| | | | | | | | After testing they weren't needed after all
| * Change file permissionsIan Breckenridge2022-08-211-0/+0
| |
| * Remove $LF_ICONS from profileIan Breckenridge2022-08-211-79/+0
| |
| * Support lf icons fileIan Breckenridge2022-08-211-0/+76
|/
* <leader><leader> to next <++> returnsLuke Smith2022-08-191-5/+8
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-08-193-4/+4
|\
| * Texclear fix for directories with spaces (#1169)snailed2022-08-161-1/+1
| | | | | | Add double quotes to prevent splitting directory names with spaces
| * ~/.consaved becomes ~/.config/cronsaved (#1167)appeasementPolitik2022-08-151-1/+1
| |
| * Fix bug with spaces in directory names (#1166)snailed2022-08-151-2/+2
| | | | | | Sorry for making another merge request here, but I realized that the command would fail if the filepath contained spaces. Adding quotation marks fixes this issue
* | Merge branch 'ssnailed-patch-2'Luke Smith2022-08-193-7/+21
|\ \ | |/ |/|
| * separate script for use in opout, use just % root=Luke Smith2022-08-193-9/+21
| |
| * Merge branch 'patch-2' of https://github.com/ssnailed/voidrice into ↵Luke Smith2022-08-191-0/+2
|/| | | | | | | ssnailed-patch-2
| * Parse tex root for more complex latex filessnailed2022-08-101-0/+2
| | | | | | | | Allows parsing texroot comments so that you can compile a LaTeX document from outside of the document root, as long as it contains the usual magic comment format: % !TEX root = doc.tex
* | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-08-151-2/+2
|\ \
| * | Better passing of filenames to shell scripts (#1161)snailed2022-08-151-2/+2
| |/ | | | | Doing things the way it's intended. This also makes it easier to copy the autocmd to a lua based configuration.
* / close #1163Luke Smith2022-08-151-1/+1
|/
* libreoffice programs, close #1155Luke Smith2022-08-051-0/+6
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-08-031-1/+1
|\
| * Change brave to librewolf in shell profile (#1154)appeasementPolitik2022-08-031-1/+1
| |
* | shortcuts fixLuke Smith2022-08-031-2/+2
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-07-211-0/+3
|\
| * Restore startx command on boot (#1147)appeasementPolitik2022-07-201-0/+3
| |
* | fix #1150Luke Smith2022-07-211-1/+1
|/
* samedir now sd, libxft-bgra message removedLuke Smith2022-07-193-11/+3
|
* killall needs full process name to work (#1141)Arjun Karangiya2022-07-121-1/+1
|
* setbg updates dwm colorschemeLuke Smith2022-07-081-3/+4
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-07-081-1/+1
|\
| * move weatherreport to $XDG_CACHE_HOME (#1140)Rainer Wittmaack2022-07-071-1/+1
| |
* | add font-awesome material if availableLuke Smith2022-07-084-1/+3091
|/
* Little optimizations (#1138)appeasementPolitik2022-07-061-7/+10
|
* change if statement to case (#1137)i-c-u-p2022-07-051-10/+7
|
* fix wireplumber (#1134)pony-montana2022-07-041-1/+1
| | | As we see in the docs here: https://pipewire.pages.freedesktop.org/wireplumber/running-wireplumber-daemon.html#pipewire-conf we need to start wireplumber in replace of the old media session, not "wireplumber as server". (This is my first hecking commit ever !!!!!!!!!)
* Switch pipewire session manager to wireplumber (#1133)JC2022-07-021-2/+2
|
* Merge branch 'Secondarian-patch-1'Luke Smith2022-07-011-1/+20
|\
| * fixLuke Smith2022-07-011-41/+32
| |
| * Merge branch 'patch-1' of https://github.com/Secondarian/voidrice into ↵Luke Smith2022-07-011-12/+40
|/| | | | | | | Secondarian-patch-1
| * Regions for GermanySecondarian2022-07-011-12/+40
| | | | | | This lets you choose regions for Germany and get radar gifs from the national weather service instead of Sat24 which are way higher quality.
* | don't use vimlingLuke Smith2022-06-281-1/+0
|/
* Merge branch 'Prof-Bloodstone-dmenumount-filter-parents'Luke Smith2022-06-271-1/+1
|\
| * Merge branch 'dmenumount-filter-parents' of ↵Luke Smith2022-06-271-1/+1
|/| | | | | | | https://github.com/Prof-Bloodstone/voidrice into Prof-Bloodstone-dmenumount-filter-parents
| * dmenumount: Don't show partitions with childrenProf-Bloodstone2021-05-081-1/+5
| | | | | | | | | | This PR makes `dmenumount` script filter out all devices, which have childs. This way it won't suggest to mount your partitions which have LUKS or lvm setup on it. If someone knows of a better way to do something, that'd be appreciated :)
* | Merge branch 'rsHalford-patch-1'Luke Smith2022-06-271-1/+1
|\ \
| * | Merge branch 'patch-1' of https://github.com/rsHalford/voidrice into ↵Luke Smith2022-06-271-1/+1
|/| | | | | | | | | | | rsHalford-patch-1
| * | Add partition labelling to dmenumountRichard Halford2021-09-031-1/+1
| | | | | | | | | If a partition doesn't have a label, it results in a double space that awk ignores. Which is why the changes include a pipe into sed.
* | | Merge branch 'windeb204-patch-4'Luke Smith2022-06-271-8/+11
|\ \ \