| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | add pass to tutorialvids (#892) | skrrtskrrtman | 2021-02-05 | 1 | -0/+1 | |
| | | | ||||||
| | * | Prevent unnecessary caching of tsp output (#888) | Tenyun | 2021-01-26 | 1 | -10/+5 | |
| | | | | | | | Co-authored-by: Tenyun <tenyun@disroot.org> | |||||
| * | | clean up | Luke Smith | 2021-02-07 | 6 | -136/+2 | |
| |/ | ||||||
| * | absolutely moronic pulseaudio reload error fix | Luke Smith | 2021-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2021-01-20 | 1 | -1/+2 | |
| |\ | ||||||
| | * | Leave a single newline if reducing trailing. (#882) | Spenser Truex | 2021-01-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | While removing trailing newlines is a good idea, it is a problem when editing C files which "must" have an empty line at the bottom. So we leave just a single newline, if there were any. Co-authored-by: Spenser Truex <truex@equwal.com> | |||||
| * | | minor impr prevent running on non-images | Luke Smith | 2021-01-20 | 1 | -5/+9 | |
| |/ | ||||||
| * | Use find instead du for more efficient execution. (#880) | ZaxonXP | 2021-01-13 | 1 | -1/+1 | |
| | | | | Find is faster and it is only one command. The last `:` is removed by the parameter expansion (works in both Bash and Zsh). | |||||
| * | Restoring missing line for zsh file shortcuts (#879) | karioki | 2021-01-10 | 1 | -0/+1 | |
| | | ||||||
| * | md to pdf using ms engine instead of latex (#877) | M.Zeinali | 2021-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | adopting `sb-` (#875) | Hekuran | 2020-12-26 | 2 | -2/+2 | |
| | | | | | | | | * adopting `sb-` The 2619a88fcd94cbd4b2caa719ba926ae0013fb4ec update might have broken scripts, like this, that use a script from `~sc/statusbar/` * adopt `sb-` | |||||
| * | lf additions | Luke Smith | 2020-12-26 | 1 | -7/+7 | |
| | | ||||||
| * | turn off caps lock if on in remaps script | Luke Smith | 2020-12-25 | 1 | -0/+2 | |
| | | ||||||
| * | task-spooler statusbar module | Luke Smith | 2020-12-25 | 1 | -0/+25 | |
| | | ||||||
| * | statusbar scripts now with sb- to avoid conflicts | Luke Smith | 2020-12-25 | 23 | -0/+0 | |
| | | | | | update dwmblocks build to avoid errors | |||||
| * | battery warning fix; zsh beam simplified | Luke Smith | 2020-12-18 | 2 | -12/+7 | |
| | | ||||||
| * | oops | Luke Smith | 2020-12-16 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'kawaiiamber-battery' | Luke Smith | 2020-12-15 | 1 | -14/+18 | |
| |\ | ||||||
| | * | conform style | Luke Smith | 2020-12-15 | 1 | -27/+10 | |
| | | | ||||||
| | * | No longer calls cat twice | KawaiiAmber | 2020-12-15 | 1 | -2/+2 | |
| | | | ||||||
| | * | Case block and function is more effecient according to the old for x in seq ↵ | KawaiiAmber | 2020-12-14 | 1 | -11/+32 | |
| |/ | | | | 10000 test | |||||
| * | Fixed edp1 botching dp1 grep (#861) | ashprice | 2020-12-11 | 1 | -1/+1 | |
| | | | | Co-authored-by: ashprice <vofan@tuta.io> | |||||
| * | Added Java support for compiler script (#860) | Alexander Goussas | 2020-12-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | Tested it on a project with this structure: ``` - root |- test | - Test.java ``` The user must call `compiler` from the root of the project, but that should not be an inconvenience because usually the working directory is the project's root. Nonetheless, it also works for java files in the current working directory, in case someone just wants to test some code quickly. | |||||
| * | Added C# support to compiler script (#858) | Luke Bubar | 2020-12-07 | 1 | -0/+1 | |
| | | ||||||
| * | possible PA fix for arch machines | Luke Smith | 2020-12-03 | 1 | -1/+3 | |
| | | ||||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-12-02 | 4 | -4/+4 | |
| |\ | ||||||
| | * | Compatibility for FreeBSD's paste(1) (#853) | anntnzrb | 2020-12-01 | 4 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -` * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -` | |||||
| * | | fix #854 | Luke Smith | 2020-12-02 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-11-29 | 1 | -1/+1 | |
| |\ | ||||||
| | * | read command fix (#848) | anntnzrb | 2020-11-23 | 1 | -1/+1 | |
| | | | | | | | | | since the variable is not being used again, "_" wil suffice, "line" as the name would also be valid. | |||||
| * | | pulseaudio fix for artix | Luke Smith | 2020-11-29 | 2 | -0/+9 | |
| |/ | ||||||
| * | since readme moved to dwm, fix #845 | Luke Smith | 2020-11-22 | 1 | -323/+0 | |
| | | ||||||
| * | close #843 | Luke Smith | 2020-11-19 | 1 | -19/+0 | |
| | | ||||||
| * | bm-dirs update | Luke Smith | 2020-11-19 | 1 | -4/+2 | |
| | | ||||||
| * | minor updates | Luke Smith | 2020-11-19 | 3 | -15/+51 | |
| | | ||||||
| * | files moved to new correct names | Luke Smith | 2020-11-19 | 2 | -0/+0 | |
| | | ||||||
| * | do not copy newline; sxiv changes | Luke Smith | 2020-11-18 | 1 | -4/+5 | |
| | | ||||||
| * | old script cleanout | Luke Smith | 2020-11-17 | 12 | -128/+0 | |
| | | ||||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-11-16 | 4 | -3/+14 | |
| |\ | ||||||
| | * | Add system will lock before suspend/hibernate (#797) | Shaw | 2020-11-14 | 1 | -1/+1 | |
| | | | | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz> | |||||
| | * | add peertube torrents from newsboat (#760) | Arthur Bais | 2020-11-14 | 2 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | * Create peertubetorrent * macro to torrent new videos on peertube * fix typo * rebind | |||||
| | * | add vpn indicator to internet status modul (#796) | Astronach | 2020-11-14 | 1 | -1/+3 | |
| | | | | | | | for me /sys/class/net/tun*/operstate show unknown in every state, but ./net/tun* only exists, if vpn is on | |||||
| * | | old stuff removed | Luke Smith | 2020-11-16 | 33 | -2682/+251 | |
| |/ | | | | many files renamed, possible breakage | |||||
| * | Add video selection to dmenurecord (#825) | Shaw | 2020-11-14 | 1 | -1/+19 | |
| | | ||||||
| * | close #832 | Luke Smith | 2020-11-14 | 2 | -2/+2 | |
| | | | | | proper user id | |||||
| * | compiler tweaks | Luke Smith | 2020-11-11 | 1 | -8/+9 | |
| | | ||||||
| * | slider now takes text and has many nice options | Luke Smith | 2020-11-11 | 1 | -24/+79 | |
| | | ||||||
| * | Use Emacs to compile org files (#839) | M. Yas. Davoodeh | 2020-11-09 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-11-08 | 4 | -16/+23 | |
| |\ | ||||||
| | * | UAE - update autisticly efficient (#838) | Hekuran | 2020-11-08 | 3 | -15/+21 | |
| | | | ||||||
