summaryrefslogtreecommitdiffstats
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
* fix keyhandlerLuke Smith2022-06-101-2/+2
|
* lindypress.net rss feed addedLuke Smith2022-06-091-0/+1
|
* close #1115Luke Smith2022-04-301-6/+9
|
* autostarted x programs now dependent on wm, close #1041Luke Smith2022-04-281-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-04-281-12/+12
|\
| * 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.
* | sysact works with multiple wm instancesLuke Smith2022-04-281-1/+1
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-04-101-2/+2
|\
| * fix "extention" typo (#1103)i-c-u-p2022-04-101-2/+2
| | | | | | replaces all appearances of "extention" with "extension"
* | close #1106Luke Smith2022-04-101-2/+2
|/
* Replace youtube-dl with yt-dlp system-wide (#1019)krisdoodle452022-03-292-2/+2
| | | | | | | | | | | * 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-0/+5
| | | | | | | | | | 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.
* 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-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-112-7/+28
|
* needed for lf imagesLuke Smith2022-03-061-27/+20
|
* lf tweaks included ueberzug imagesLuke Smith2022-03-062-3/+9
|
* 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 #936Luke Smith2022-01-211-1/+1
|
* 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
* fix #1037Luke Smith2021-11-141-2/+2
|
* pulseaudio replaced with pipewireLuke Smith2021-11-142-8/+248
|
* lf tweaksLuke Smith2021-11-121-4/+4
|
* colors fixLuke Smith2021-11-111-7/+7
|
* postrun fixLuke Smith2021-11-111-1/+1
|
* some dunst and wal fixes, fix #1029Luke Smith2021-11-113-299/+49
|
* fix #1011Luke Smith2021-11-111-9/+11
|
* manually set dpiLuke Smith2021-11-111-0/+3
|
* Merge branch 'patch-6' of git://github.com/krisdoodle45/voidrice into ↵Luke Smith2021-10-201-6/+9
|\ | | | | | | krisdoodle45-patch-6
| * Add some variableskrisdoodle452021-10-141-6/+9
| |
* | ext: Remove in favor of atool (#1013)krisdoodle452021-10-201-1/+1
|/ | | | | | | | | | | | | * 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
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-10-022-1/+6
|\
| * sysact rewrite and minor stuff (#1000)Hekuran2021-09-232-1/+6
| | | | | | | | | | | | | | | | | | | | | | * 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
* | avoid the lf/sxiv resize bug by not swallowingLuke Smith2021-10-021-1/+1
|/
* close #996Luke Smith2021-09-231-3/+3
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-09-234-2/+4
|\
| * mpv: fix error on launch by removing directories inside mpv's scripts ↵Wis2021-09-133-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | directory (#1004) * remove dirs from mpv scripts dir * remove submodule dir from mpv scripts dir * add script_modules directory outside scripts direcoty * load modules/plugins from script_modules, outside mpv's script-files-only directory * rename variable
| * Return dunst and zathura color schemes to normal if python-pywal is ↵krisdoodle452021-08-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uninstalled. (#995) * Changed paru to yay due to new LARBS changes * Fix & improve lf's moveto, copyto and cd to bm-dir When using any of the above functions they returned exit code 1. This was due to the cut command having tab as the delimiter, but spaces are used in the bm-dirs file. As an improvement comments are now automatically removed from the fzf options, because selecting those wouldn't work anyway. The final sed command substituting "~" for "$HOME" is also removed because that doesn't seem to do anything looking at the current structure of the bm-dirs file. The J bind needed more parsing and environment variable substitution because cd didn't work by default with values from a subshell. * Automatically backup existing config files * Return by pywal edited config files to normal if pywal is uninstalled.
* | close #1002Luke Smith2021-09-232-1/+3
|/
* Fix & improve lf's moveto, copyto and cd to bm-dir (#994)krisdoodle452021-08-311-3/+3
| | | | | | | | | | * Changed paru to yay due to new LARBS changes * Fix & improve lf's moveto, copyto and cd to bm-dir When using any of the above functions they returned exit code 1. This was due to the cut command having tab as the delimiter, but spaces are used in the bm-dirs file. As an improvement comments are now automatically removed from the fzf options, because selecting those wouldn't work anyway. The final sed command substituting "~" for "$HOME" is also removed because that doesn't seem to do anything looking at the current structure of the bm-dirs file. The J bind needed more parsing and environment variable substitution because cd didn't work by default with values from a subshell.
* lapsus calami (#988)Hekuran2021-08-251-0/+1
| | | don't remove the whole thing, just sudo
* close #971Luke Smith2021-08-254-4/+4
|
* vim-airline repo changed its ownership from bling to vim-airline (#982)Rafael2021-08-131-1/+1
| | | | | github automatically redirects to vim-airline, so this is not a problem when installing, but updating just for the sake of explicitness and having the correct username/repo