summaryrefslogtreecommitdiffstats
path: root/.local/bin
Commit message (Collapse)AuthorAgeFilesLines
* if no arg, assume xclip contents, no -cLuke Smith2022-06-271-13/+11
|
* Merge branch 'patch-4' of https://github.com/windeb204/voidrice into ↵Luke Smith2022-06-271-0/+5
|\ | | | | | | windeb204-patch-4
| * Give linkhandler option to read from clipboardkrisdoodle452022-06-061-0/+5
| |
* | fix bug in samedir script (#1127)Rokosun2022-06-241-2/+2
| | | | | | samedir didn't work properly when the shell was opened inside lf using the w keybinding, now its fixed.
* | Screenshot utility improvements (maimpick) (#1114)anntnzrb2022-06-151-6/+10
| | | | | | | | | | | | | | | | | | | | | | * maimpick delay for proper screenshots An extra delay is needed for {window, full}-screenshots to prevent the dmenu prompt from showing; example attached. As of this writing I'm thinking the delay may vary depending on several factors, to name a few... dmenu patches, compositor animations, etc. * refactor to extract commonly used commands
* | use "|" as sed delimiter if pattern has "/" (#1118)i-c-u-p2022-06-153-6/+6
|/ | | removes the need for "/" to be escaped with a backslash
* Use tmpfs for speed and I/O reduction (#1122)David Delarosa2022-05-251-1/+1
|
* force suspend and hibernateLuke Smith2022-05-211-2/+2
|
* booksplit faster, fix #919, fix #943, fix #954Luke Smith2022-04-301-24/+21
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-04-282-9/+9
|\
| * Fixed peertubetorrent (#1030)krisdoodle452022-04-281-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed peertubetorrent Because of https://github.com/Chocobozzz/PeerTube/pull/3746, the torrent URL is now different from the normal video url. This means the peertube API is needed to get the new torrent link. * No more soyregex (and use built-in curl silent option) * Add 360p quality in the description * Simpler regex * Parenthesize variables
| * remove xmodmap from remaps script (#1109)i-c-u-p2022-04-271-7/+5
| | | | | | Uses the "altwin:menu" option from setxkbmap to map the menu key to right super instead of xmodmap, which is deprecated. setxkbmap's options can be viewed with "man xkeyboard-config". Also tried to make the comment for the xset rate change more helpful.
* | sysact works with multiple wm instancesLuke Smith2022-04-281-3/+11
|/
* fix "extention" typo (#1103)i-c-u-p2022-04-102-2/+2
| | | replaces all appearances of "extention" with "extension"
* Replace youtube-dl with yt-dlp system-wide (#1019)krisdoodle452022-03-292-4/+4
| | | | | | | | | | | * Replace youtube-dl with yt-dlp in qndl * Replace youtube-dl with yt-dlp in dmenuhandler * Replace youtube-dl with yt-dlp in newsboat config * Replace youtube-dl with yt-dlp in aliasrc Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* Shortcuts in vim command line from bm-dirs/files (#1073)Arjun Karangiya2022-03-291-3/+6
| | | | | | | | | | This will allow using the mappings in the vim command line. Here the leader is ";" So here `:e ;cfz` typed fast will expand into `:e /home/user/.config/zsh/.zshrc`. This is more helpful with :sp, :vs, :cd or anywhere where a file or a directory is expected in the vim command line.
* remove typo in bgloc (#1096)h3xo2022-03-291-1/+1
| | | path should be "$HOME/.local/share" (there's an extra slash)
* replace ranger with lf in tutorialvids script (#1085)pakudev2022-03-121-1/+1
|
* lf cleanupLuke Smith2022-03-113-14/+1
|
* lf tweaks included ueberzug imagesLuke Smith2022-03-062-0/+28
|
* convert both $rx and $tx in one call to numfmt (#1082)Nacho-Dz2022-03-021-1/+1
| | | see numfmt(1) for details
* Make sb-doppler POSIX compliantkrisdoodle452022-02-171-5/+5
|
* Merge branch 'LukeSmithxyz:master' into patch-4krisdoodle452022-02-1711-65/+80
|\
| * Fix case-matching (#1066)Ginner2022-01-251-1/+1
| | | | | | Case sensitivity prevents dmenuhandler from copying the URL to the clipboard.
| * aLuke Smith2022-01-221-1/+1
| |
| * Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-01-211-1/+1
| |\
| | * otp script: Printf is not needed here (#1062)krisdoodle452022-01-211-1/+1
| | |
| * | fix #936Luke Smith2022-01-212-4/+4
| |/
| * otp scriptLuke Smith2021-12-211-0/+53
| |
| * pulseaudio replaced with pipewireLuke Smith2021-11-141-1/+1
| |
| * better fixLuke Smith2021-10-231-2/+3
| |
| * ifinstalled better, close #1047Luke Smith2021-10-221-5/+3
| |
| * inconsequential efficiencyLuke Smith2021-10-201-2/+4
| |
| * unbreak samedirLuke Smith2021-10-201-1/+4
| |
| * Merge branch 'patch-6' of git://github.com/krisdoodle45/voidrice into ↵Luke Smith2021-10-202-8/+9
| |\ | | | | | | | | | krisdoodle45-patch-6
| | * Revert changes to displayselect (already best performance)krisdoodle452021-10-191-2/+2
| | |
| | * Add some conf file variableskrisdoodle452021-10-141-4/+8
| | |
| | * Use setsidkrisdoodle452021-10-141-4/+1
| | |
| | * Replicate tail functionality in awkkrisdoodle452021-10-141-2/+2
| | |
| * | ext: Remove in favor of atool (#1013)krisdoodle452021-10-201-45/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ext: Give the ability to extract multiple files and wildcards * Variable renaming * Make user get prompted if extracted file overwrites another file * Deleted ext We have atool * Replace ext with aunpack
| * | Small newsup fix (#1023)Ethan Marshall2021-10-201-1/+1
| | | | | | | | | Only update titles which *exactly* match the title "newsboat"
| * | lLuke Smith2021-10-181-1/+1
| | |
| * | muting volume when 0%, space between icon and percentageColby Thomas2021-10-171-3/+5
| |/
* | Cut isn't needed herekrisdoodle452021-10-061-1/+1
| |
* | Make sb-doppler work for Europe and Africakrisdoodle452021-10-041-180/+234
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-10-023-22/+19
|\
| * fix sb-internet problems with multiple wifi cards (#1008)Future is FOSS2021-09-271-4/+5
| |
| * We don't need sed here (#1006)krisdoodle452021-09-241-1/+1
| |
| * sysact rewrite and minor stuff (#1000)Hekuran2021-09-231-17/+13
| | | | | | | | | | | | | | | | | | | | | | * minor forgoten stuff we already have shutdown in sudo loop * why was this still here? it belongs in ~/.config/ * what the actual phucc * implemented loginctl and fixed shebang
* | no ping and other tweaksLuke Smith2021-09-243-10/+15
|/