| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove adding newline (#1257) | Amy | 2023-01-28 | 1 | -1/+0 |
| | | | | eol is set on by default | ||||
| * | Don't stop mounter script on ls error (#1255) | appeasementPolitik | 2023-01-28 | 1 | -1/+1 |
| | | | | | | | | * Don't stop mounter script on ls error If no decrypted LUKS drives are found, the script errors with `ls: cannot access '/dev/disk/by-id/dm-uuid-CRYPT-LUKS2-*': No such file or directory` and stops, this makes sure the error doesn't stop the script. * True was on wrong line | ||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-01-27 | 1 | -0/+1 |
| |\ | |||||
| | * | check if kb_choice is empty in sb-kbselect (#1243) | Sergei Kozyrev | 2023-01-28 | 1 | -0/+1 |
| | | | |||||
| * | | resolve #1249 | Luke Smith | 2023-01-27 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-01-27 | 2 | -1/+2 |
| |\ | |||||
| | * | Update README.md (#1254) | Axel | 2023-01-23 | 1 | -1/+1 |
| | | | | | | | Update link to dependency csv | ||||
| | * | add TERMINAL_PROG variable (#1237) | Amy | 2023-01-20 | 1 | -0/+1 |
| | | | | | | | used in programs like `xtrace` (line 172 `/usr/bin/xtrace`) | ||||
| * | | usb/android/luks (un)mount scripts | Luke Smith | 2023-01-27 | 2 | -0/+121 |
| |/ | | | | to replace dmenumount and dmenuumount | ||||
| * | Merge branch 'futureisfoss-patch-1' | Luke Smith | 2023-01-20 | 1 | -3/+16 |
| |\ | |||||
| | * | Various bug fixes and improvements for sd script | Rokosun | 2023-01-20 | 1 | -3/+16 |
| |/ | | | | | * Programs that show ~/ or / instead of the actual working directory are now ignored by the script (except for zsh & lf where its correct). This will fix bugs where sd opens your home folder instead of the current working directory. * This also removes the need for manually excluding all programs that don't show the correct cwd. * git (and its sub-processes) will show the root of a repository instead of the actual cwd, so they're ignored too. | ||||
| * | lax for logins | Luke Smith | 2023-01-19 | 1 | -0/+3 |
| | | |||||
| * | enable custom userChrome.js | Luke Smith | 2023-01-19 | 1 | -0/+6 |
| | | |||||
| * | add larbs user.js additions | Luke Smith | 2023-01-17 | 1 | -0/+32 |
| | | |||||
| * | record script changes | Luke Smith | 2023-01-15 | 1 | -12/+12 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-01-15 | 11 | -84/+57 |
| |\ | |||||
| | * | Fix markdown compiling (#1247) | Jameson | 2023-01-15 | 1 | -3/+3 |
| | | | |||||
| | * | Use g instead of gg in zathura (#1246) | Jameson | 2023-01-15 | 1 | -0/+1 |
| | | | |||||
| | * | Use wpctl to change volume (#1248) | Jameson | 2023-01-15 | 1 | -3/+3 |
| | | | |||||
| | * | fix epub preview not working (#1238) | Adrian Wijaya | 2022-11-19 | 1 | -1/+1 |
| | | | |||||
| | * | fix #1233 and improve and cleanup mount scripts | Luke Smith | 2022-11-16 | 2 | -41/+18 |
| | | | |||||
| | * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-11-16 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Avoid expansion of file path containing spaces (#1230) | Gioele De Vitti | 2022-11-16 | 1 | -2/+2 |
| | | | | |||||
| | * | | fix #1236 | Luke Smith | 2022-11-16 | 1 | -2/+2 |
| | |/ | |||||
| | * | close #1234 | Luke Smith | 2022-11-16 | 1 | -1/+1 |
| | | | |||||
| | * | Improve sd script (#1235) | Rokosun | 2022-11-16 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | * Improve sd script Now sd will also work on apps like mpv and zathura * Fix sd script not working on firefox | ||||
| | * | Stop trapping SIGINT to allow further use of Ctrl+C once lfcd is closed (#1231) | Gioele De Vitti | 2022-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Avoid expansion of file path containing spaces * Do not trap INT signal on lfcd * Untrap to stop trapping once lfcd quit * Revert "Avoid expansion of file path containing spaces" This reverts commit edcccf8f1bb0eb283aa332dc3a2d2b431eb6d189. * Trap SIGINT again | ||||
| | * | Add youtube shorts to linkhandler (#1226) | appeasementPolitik | 2022-11-06 | 1 | -1/+1 |
| | | | |||||
| | * | `.profile` cleanup: remove redundant variables and programs (#1221) | i13e | 2022-10-31 | 1 | -25/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Delete redundant text XDG directories are already configured within this file, so having a fallback is unnecessary * `Less` now supports XDG Base Directory spec (v590) https://www.greenwoodsoftware.com/less/news.590.html * `weechat` now supports XDG Base Directory spec https://github.com/weechat/weechat/commit/70cdf21681d75090c3df9858c9e7ce5a85433856 * Formatting * ALSA supports XDG Base Directory https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.3 * Fix spacing | ||||
| * | | tweaks | Luke Smith | 2023-01-15 | 2 | -3/+3 |
| |/ | |||||
| * | fix #1219 | Luke Smith | 2022-10-26 | 1 | -1/+1 |
| | | |||||
| * | url update, add cont-us, non-wide char for doppler | Luke Smith | 2022-10-21 | 1 | -3/+4 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-10-17 | 4 | -3/+4 |
| |\ | |||||
| | * | Make sd script work with lf file manager too (#1212) | Rokosun | 2022-10-15 | 1 | -0/+1 |
| | | | | | | | Now sd script can open a terminal window in the same directory as the currently active lf file manager window | ||||
| | * | Fix Sioux Falls (#1213) | Nicholas Gorden | 2022-10-10 | 1 | -1/+1 |
| | | | | | | | Sioux Falls is in South Dakota, not Iowa | ||||
| | * | Fix forecast and moonphase (#1211) | appeasementPolitik | 2022-10-08 | 2 | -2/+2 |
| | | | |||||
| * | | lf previews with gnome-epub-thumbnailer | Luke Smith | 2022-10-17 | 1 | -0/+5 |
| |/ | |||||
| * | doi must terminate in alphanumeric char | Luke Smith | 2022-10-07 | 1 | -1/+1 |
| | | |||||
| * | close #1207 | Luke Smith | 2022-10-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-10-02 | 5 | -12/+4 |
| |\ | |||||
| | * | Make sb-forecast and sb-moonphase more robust (#1198) | appeasementPolitik | 2022-10-02 | 2 | -2/+2 |
| | | | | | | | | | | | * Make sb-forecast more robust * Make sb-moonphase more robust | ||||
| | * | weatherreport is stored in cache (#1201) | appeasementPolitik | 2022-10-02 | 1 | -1/+1 |
| | | | |||||
| | * | Delete prompt (#1200) | appeasementPolitik | 2022-10-02 | 1 | -8/+0 |
| | | | |||||
| | * | Add `s` to OPTARGS (#1174) | M.Zeinali | 2022-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | volume bar more efficient | Luke Smith | 2022-10-02 | 1 | -11/+19 |
| |/ | |||||
| * | fix #1196 | Luke Smith | 2022-09-29 | 1 | -4/+3 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-09-27 | 5 | -47/+27 |
| |\ | |||||
| | * | Use ffmpeg for tag script (#1193) | appeasementPolitik | 2022-09-23 | 1 | -39/+17 |
| | | | | | | | eyeD3 got orphaned in the AUR, so I looked for an alternative. Apparently ffmpeg also supports the ability to tag audio files, so this pull request replaces all the helper applications with ffmpeg | ||||
| | * | Fix tag script mp3 issue (#1182) | appeasementPolitik | 2022-09-22 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | * Fix tag script mp3 issue When you don't manually specify $total and $date with an mp3 file the eyeD3 command tries tagging with an empty variable, which causes it to error. This fixes it by only passing the parameter to the command if the variable is set. This pull request also adds support for the $genre and $comment variable. * Remove double backslash | ||||
| | * | otp: exit if pass or pass-otp are not installed (#1191) | appeasementPolitik | 2022-09-22 | 1 | -1/+1 |
| | | | |||||
