summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* application/octet-stream is for arbitrary binary files (#1321)poeplva2023-05-261-3/+8
| | | application/octet-stream mime-type is used for arbitrary binary files, so the best guess at opening those kind of should be based on the extension. before this all of this kind of files were tried to be opened with zathura, now it is the last resort in case the file extension is unknown.
* bulkrename using built-ins instead of using a completely separate program ↵Mahdi Nayef2023-05-261-1/+21
| | | | | | | (#1330) * bulkrename using bult-ins instead of using a completely separate program * Make it more efficient
* Re-add whitespace to some buffer types as needed. (#1333)Spenser Truex2023-05-251-0/+2
| | | | | | | | | | | Very arcane. C ANSI standard requires a newline at the end. GCC will complain. Email signatures should have a space after the -- according to the standard. Neomutt does this automatically for you if you have a signature. Co-authored-by: Spenser Truex <truex@equwal.com>
* Fix rename key bindings in lf (#1331)Mahdi Nayef2023-05-241-4/+4
|
* Don't wrap horizontally on short terminal (#1325)appeasementPolitik2023-05-111-1/+1
|
* change requested by lf-git after update. (#1319)pony-montana2023-05-021-1/+1
|
* dwmblocks update on song change (#1318)Austen2023-05-011-0/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-04-204-8/+4
|\
| * Change LibreOffice binaries to libreoffice (#1294)anggatd2023-04-201-6/+1
| | | | | | In the current update, the libreoffice package doesn't have any binary for libreoffice writer, calc, impress, draw, etc. So it's better to open all of the document using the 'libreoffice' binary as it can work in the old version of libreoffice as well as the new one.
| * fix shellcheck (#1301)snailed2023-04-121-1/+1
| | | | | | Shellcheck wines when printf doesn't get an argument
| * Set GOMODCACHE to comply with XDG (#1299)Mathieu Rollet2023-04-121-0/+1
| | | | | | | | If GOMODCACHE is not set, it defaults to $GOPATH/pkg/mod cf. https://go.dev/ref/mod#environment-variables
| * dmenuunicode: don't use variables in the printf format string (#1284)RealAestan2023-04-031-1/+1
| | | | | | | | It works but the good practice is to use `printf "..%s.." "$foo"` see https://www.shellcheck.net/wiki/SC2059
* | sb-price improvementsLuke Smith2023-04-201-20/+23
| |
* | use built-ins, close #1297Luke Smith2023-04-201-3/+8
|/
* efficiency and fail tweaksLuke Smith2023-03-311-5/+9
|
* Merge branch 'LalleSX-patch-1'Luke Smith2023-03-241-0/+1
|\
| * fix nameLuke Smith2023-03-241-1/+1
| |
| * Added Larbs commits RSSLalle2023-03-241-0/+1
|/
* check scripts to avoid rerunning remapdLuke Smith2023-03-231-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-03-202-0/+5
|\
| * Added video.desktop file. (#1288)Axel2023-03-202-0/+5
| | | | | | | | Updated mimeapps.list to include mp4 files. Closes #1271
* | customizable wttr/rate urls, sb-price improvementsLuke Smith2023-03-203-12/+16
|/
* use stig over tremc by defaultLuke Smith2023-03-011-2/+2
|
* SQLite ~/ cleanup (#1283)HelionSmoker2023-02-231-0/+1
|
* maimpick: hide cursor when selecting area (#1282)appeasementPolitik2023-02-221-2/+2
| | | Normally when making a screenshot of an area there's still a bit of the cursor that can be seen, this hides it.
* Merge branch 'iStagnant-master'Luke Smith2023-02-212-17/+30
|\
| * use android name in fsnameLuke Smith2023-02-211-12/+23
| |
| * Made mounter not show already mounted android devices in the mounting promptiStagnant2023-02-201-1/+4
| |
| * update tutorialvids (#1276)Jameson2023-02-201-8/+7
|/ | | remove duplicate status bar and align
* fix #1275Luke Smith2023-02-171-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-02-171-0/+1
|\
| * add dwmblock tutorial video to tutorialvids script (#1274)sudo-Tiz2023-02-171-0/+1
| |
* | mounter improvements, old scripts removedLuke Smith2023-02-173-92/+11
| | | | | | | | now checks fstab for info, also one less android prompt
* | other aliasesLuke Smith2023-02-171-1/+8
| |
* | mount drives with user's ownershipLuke Smith2023-02-171-2/+2
|/
* Fixed android device not mounting to root owned directories (#1273)Stagnant2023-02-171-1/+1
|
* fix #1268, use sudo -A, var renameLuke Smith2023-02-131-6/+6
|
* Merge branch 'HelionSmoker-master'Luke Smith2023-02-121-15/+32
|\
| * read file only onceLuke Smith2023-02-121-15/+18
| |
| * Switch to kebab-case for file nameHelionSmoker2023-02-121-1/+1
| |
| * Rewrite sb-forecastHelionSmoker2023-02-121-19/+33
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-02-092-0/+3
|\
| * Python ~/ cleanup (#1264)HelionSmoker2023-02-092-0/+3
| |
* | Merge branch 'ssnailed-patch-1'Luke Smith2023-02-092-6/+5
|\ \ | |/ |/|
| * use bash procsubLuke Smith2023-02-092-6/+4
| |
| * Merge branch 'patch-1' of https://github.com/ssnailed/voidrice into ↵Luke Smith2023-02-091-4/+3
| |\ | | | | | | | | | ssnailed-patch-1
| | * remove complexityLuca Bilke2023-02-091-4/+3
| | |
| * | Merge branch 'patch-1' of https://github.com/ssnailed/voidrice into ↵Luke Smith2023-02-091-1/+1
| |\| | | | | | | | | | ssnailed-patch-1
| | * fix broken trapLuca Bilke2023-02-091-1/+1
| | |
| * | Merge branch 'patch-1' of https://github.com/ssnailed/voidrice into ↵Luke Smith2023-02-091-4/+6
|/| | | |/ | | | | ssnailed-patch-1