summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix keyhandlerLuke Smith2022-06-101-2/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-06-091-1/+1
|\
| * Use tmpfs for speed and I/O reduction (#1122)David Delarosa2022-05-251-1/+1
| |
* | lindypress.net rss feed addedLuke Smith2022-06-091-0/+1
|/
* force suspend and hibernateLuke Smith2022-05-211-2/+2
|
* close #1115Luke Smith2022-04-301-6/+9
|
* booksplit faster, fix #919, fix #943, fix #954Luke Smith2022-04-301-24/+21
|
* autostarted x programs now dependent on wm, close #1041Luke Smith2022-04-281-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-04-283-21/+21
|\
| * 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
| * Numerous improvements to scope (#1088)Rokosun2022-04-271-12/+12
| | | | | | | | | | | | fallback to using mediainfo when ffmpegthumbnailer or pdftoppm is not available. correct terminal width for bat. use cut instead of awk for efficiency. improve spacing/indentation for the sake of consistency in code.
| * 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-282-4/+12
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-04-103-4/+4
|\
| * fix "extention" typo (#1103)i-c-u-p2022-04-103-4/+4
| | | | | | replaces all appearances of "extention" with "extension"
* | close #1106Luke Smith2022-04-101-2/+2
|/
* file.desktop: use `lfub` instead of plain `lf` (#1099)mamizaxyz2022-04-021-1/+1
|
* close #1097Luke Smith2022-03-311-35/+0
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-03-287-10/+18
|\
| * Replace youtube-dl with yt-dlp system-wide (#1019)krisdoodle452022-03-294-6/+6
| | | | | | | | | | | | | | | | | | | | | | * 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-292-3/+11
| | | | | | | | | | | | | | | | | | | | 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)
* | emoji 14.0, remove keycodes, close #1080Luke Smith2022-03-281-1593/+1630
|/
* colorize ip command (#1093)M.Zeinali2022-03-211-1/+2
|
* feat(lf): Add JSON preview (#1090)Oscar Lastra2022-03-131-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-03-122-2/+2
|\
| * replace ranger with lf in tutorialvids script (#1085)pakudev2022-03-121-1/+1
| |
| * fixed typo (#1084)Coco2022-03-121-1/+1
| | | | | | lfup -> lfub on line 13
* | scope-lolLuke Smith2022-03-121-37/+30
|/
* lf cleanupLuke Smith2022-03-115-17/+26
|
* needed for lf imagesLuke Smith2022-03-061-27/+20
|
* lf tweaks included ueberzug imagesLuke Smith2022-03-064-3/+37
|
* convert both $rx and $tx in one call to numfmt (#1082)Nacho-Dz2022-03-021-1/+1
| | | see numfmt(1) for details
* Merge branch 'krisdoodle45-patch-4'Luke Smith2022-02-174-186/+240
|\
| * Make sb-doppler POSIX compliantkrisdoodle452022-02-171-5/+5
| |
| * Merge branch 'LukeSmithxyz:master' into patch-4krisdoodle452022-02-1719-383/+398
| |\
| | * Bug: initial value is wrong; it should be false, 0 (#1074)Arjun Karangiya2022-02-021-1/+1
| | | | | | | | | | | | | | | This caused no effect for the first call to ToggleHiddenAll(). The second call works as value was set correctly inside ToggleHiddenAll() on the first call.
| | * Move to data folder and need absolute path here (#1069)Arjun Karangiya2022-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Vimwiki is not config but it's data so ".local/share/nvim" is more proper location for it. Here relative path was given so it tries to create new vimwiki folder when launched from other than home dir or changing current dir using `:cd <path>` inside vim when launching vimwiki.
| | * vimwiki chages (#1068)Fabian2022-01-271-2/+2
| | | | | | | | | changed path to `.config` instead of `~` to avoid a messy `~`. Also added a carriage return to the `VimwikiIndex` map.
| | * typos (#1067)i-c-u-p2022-01-261-2/+2
| | |
| | * 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-213-5/+5
|/ /
* | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-12-212-2/+4
|\ \
| * | Resets cursor position on file save (Issue #1040) (#1057)Fabian2021-12-201-1/+3
| | | | | | | | | | | | | | | * Resets cursor position on file save (Issue #1040) * Resets cursor pos on save. (line and column)
| * | follow symlinks when detecting filetype in lf (#1052)Future is FOSS2021-12-041-1/+1
| | | | | | | | | fix bug in lf where symlinked files don't open in the expected program