| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | samedir now sd, libxft-bgra message removed | Luke Smith | 2022-07-19 | 2 | -11/+3 |
| | | |||||
| * | add font-awesome material if available | Luke Smith | 2022-07-08 | 1 | -0/+4 |
| | | |||||
| * | fix wireplumber (#1134) | pony-montana | 2022-07-04 | 1 | -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) | JC | 2022-07-02 | 1 | -2/+2 |
| | | |||||
| * | don't use vimling | Luke Smith | 2022-06-28 | 1 | -1/+0 |
| | | |||||
| * | Fix fzf select in lf (#1126) | Andrew | 2022-06-17 | 1 | -1/+1 |
| | | | | Without double quotes, fzf-select fails when selecting a file whose path contains whitespace. | ||||
| * | fix keyhandler | Luke Smith | 2022-06-10 | 1 | -2/+2 |
| | | |||||
| * | lindypress.net rss feed added | Luke Smith | 2022-06-09 | 1 | -0/+1 |
| | | |||||
| * | close #1115 | Luke Smith | 2022-04-30 | 1 | -6/+9 |
| | | |||||
| * | autostarted x programs now dependent on wm, close #1041 | Luke Smith | 2022-04-28 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-04-28 | 1 | -12/+12 |
| |\ | |||||
| | * | Numerous improvements to scope (#1088) | Rokosun | 2022-04-27 | 1 | -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 instances | Luke Smith | 2022-04-28 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-04-10 | 1 | -2/+2 |
| |\ | |||||
| | * | fix "extention" typo (#1103) | i-c-u-p | 2022-04-10 | 1 | -2/+2 |
| | | | | | | | replaces all appearances of "extention" with "extension" | ||||
| * | | close #1106 | Luke Smith | 2022-04-10 | 1 | -2/+2 |
| |/ | |||||
| * | Replace youtube-dl with yt-dlp system-wide (#1019) | krisdoodle45 | 2022-03-29 | 2 | -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 Karangiya | 2022-03-29 | 1 | -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.Zeinali | 2022-03-21 | 1 | -1/+2 |
| | | |||||
| * | feat(lf): Add JSON preview (#1090) | Oscar Lastra | 2022-03-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-03-12 | 1 | -1/+1 |
| |\ | |||||
| | * | fixed typo (#1084) | Coco | 2022-03-12 | 1 | -1/+1 |
| | | | | | | | lfup -> lfub on line 13 | ||||
| * | | scope-lol | Luke Smith | 2022-03-12 | 1 | -37/+30 |
| |/ | |||||
| * | lf cleanup | Luke Smith | 2022-03-11 | 2 | -7/+28 |
| | | |||||
| * | needed for lf images | Luke Smith | 2022-03-06 | 1 | -27/+20 |
| | | |||||
| * | lf tweaks included ueberzug images | Luke Smith | 2022-03-06 | 2 | -3/+9 |
| | | |||||
| * | Bug: initial value is wrong; it should be false, 0 (#1074) | Arjun Karangiya | 2022-02-02 | 1 | -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 Karangiya | 2022-01-29 | 1 | -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) | Fabian | 2022-01-27 | 1 | -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-p | 2022-01-26 | 1 | -2/+2 |
| | | |||||
| * | fix #936 | Luke Smith | 2022-01-21 | 1 | -1/+1 |
| | | |||||
| * | Resets cursor position on file save (Issue #1040) (#1057) | Fabian | 2021-12-20 | 1 | -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 FOSS | 2021-12-04 | 1 | -1/+1 |
| | | | | fix bug in lf where symlinked files don't open in the expected program | ||||
| * | fix #1037 | Luke Smith | 2021-11-14 | 1 | -2/+2 |
| | | |||||
| * | pulseaudio replaced with pipewire | Luke Smith | 2021-11-14 | 2 | -8/+248 |
| | | |||||
| * | lf tweaks | Luke Smith | 2021-11-12 | 1 | -4/+4 |
| | | |||||
| * | colors fix | Luke Smith | 2021-11-11 | 1 | -7/+7 |
| | | |||||
| * | postrun fix | Luke Smith | 2021-11-11 | 1 | -1/+1 |
| | | |||||
| * | some dunst and wal fixes, fix #1029 | Luke Smith | 2021-11-11 | 3 | -299/+49 |
| | | |||||
| * | fix #1011 | Luke Smith | 2021-11-11 | 1 | -9/+11 |
| | | |||||
| * | manually set dpi | Luke Smith | 2021-11-11 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'patch-6' of git://github.com/krisdoodle45/voidrice into ↵ | Luke Smith | 2021-10-20 | 1 | -6/+9 |
| |\ | | | | | | | krisdoodle45-patch-6 | ||||
| | * | Add some variables | krisdoodle45 | 2021-10-14 | 1 | -6/+9 |
| | | | |||||
| * | | ext: Remove in favor of atool (#1013) | krisdoodle45 | 2021-10-20 | 1 | -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/voidrice | Luke Smith | 2021-10-02 | 2 | -1/+6 |
| |\ | |||||
| | * | sysact rewrite and minor stuff (#1000) | Hekuran | 2021-09-23 | 2 | -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 swallowing | Luke Smith | 2021-10-02 | 1 | -1/+1 |
| |/ | |||||
| * | close #996 | Luke Smith | 2021-09-23 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2021-09-23 | 4 | -2/+4 |
| |\ | |||||
| | * | mpv: fix error on launch by removing directories inside mpv's scripts ↵ | Wis | 2021-09-13 | 3 | -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 | ||||
