summaryrefslogtreecommitdiffstats
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
...
* Support lf icons fileIan Breckenridge2022-08-211-0/+76
|
* <leader><leader> to next <++> returnsLuke Smith2022-08-191-5/+8
|
* Fix bug with spaces in directory names (#1166)snailed2022-08-151-2/+2
| | | Sorry for making another merge request here, but I realized that the command would fail if the filepath contained spaces. Adding quotation marks fixes this issue
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-08-151-2/+2
|\
| * Better passing of filenames to shell scripts (#1161)snailed2022-08-151-2/+2
| | | | | | Doing things the way it's intended. This also makes it easier to copy the autocmd to a lua based configuration.
* | close #1163Luke Smith2022-08-151-1/+1
|/
* libreoffice programs, close #1155Luke Smith2022-08-051-0/+6
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-08-031-1/+1
|\
| * Change brave to librewolf in shell profile (#1154)appeasementPolitik2022-08-031-1/+1
| |
* | shortcuts fixLuke Smith2022-08-031-2/+2
|/
* Restore startx command on boot (#1147)appeasementPolitik2022-07-201-0/+3
|
* samedir now sd, libxft-bgra message removedLuke Smith2022-07-192-11/+3
|
* add font-awesome material if availableLuke Smith2022-07-081-0/+4
|
* fix wireplumber (#1134)pony-montana2022-07-041-1/+1
| | | As we see in the docs here: https://pipewire.pages.freedesktop.org/wireplumber/running-wireplumber-daemon.html#pipewire-conf we need to start wireplumber in replace of the old media session, not "wireplumber as server". (This is my first hecking commit ever !!!!!!!!!)
* Switch pipewire session manager to wireplumber (#1133)JC2022-07-021-2/+2
|
* don't use vimlingLuke Smith2022-06-281-1/+0
|
* Fix fzf select in lf (#1126)Andrew2022-06-171-1/+1
| | | Without double quotes, fzf-select fails when selecting a file whose path contains whitespace.
* 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
|