summaryrefslogtreecommitdiffstats
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change links to https (#978)Jonatan Schneevoigt2021-08-041-1/+1
|
* landchad.net added to default/example rssLuke Smith2021-06-301-0/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-06-261-0/+1
|\
| * Add `Braille` font family to `monospace` @ fontconfig (#901)Kipras Melnikovas2021-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some programs like `gotop` [1] or `bottom` / `btm` [2] weren't displaying properly, and I was able to fix the glyphs with the Braille font (don't recall where I found the recommendation). Don't forget to ```sh fc-cache -fv --really-force ``` Also beware of stuff like [4]. needs `ttf-ubraille` [3] so an update in LARBS progs.csv would be needed aswell [1] https://aur.archlinux.org/packages/gotop [2] https://aur.archlinux.org/packages/bottom-bin [3] https://aur.archlinux.org/packages/ttf-ubraille [4] https://wiki.archlinux.org/index.php/Font_configuration#Disable_scaling_of_bitmap_fonts
* | switch from yay to paruLuke Smith2021-06-261-1/+1
|/
* fix #956Luke Smith2021-05-303-3/+5
|
* Paths fixed (#928)Alireza2021-04-061-1/+1
| | | | shortcutrc is created on shell directory with shortcuts script same for zshnameddirrc
* Create and source bookmarks for/by lf (#917)Janik Kemnade2021-04-061-0/+3
| | | Co-authored-by: Kemmojo <kemnadej80@yahoo.de>
* newsboat: fix non-posix here-string for clipboard macro(fixes #921) (#926)Francesco2021-03-311-1/+1
|
* Extract, Set Hidden shortcuts (#910)Ryan Wilson2021-03-291-0/+11
|
* Use g instead of gg in zathura (#900)Sahid Velji2021-03-071-0/+1
|
* minor tweaks, electrum and mbsync to ~/.configLuke Smith2021-03-073-4/+10
|
* startx aliasLuke Smith2021-03-073-3/+7
|
* Merge branch 'remove-$HOME-.xinitrc' of ↵Luke Smith2021-03-071-2/+2
|\ | | | | | | https://github.com/memreyagci/voidrice into memreyagci-remove-$HOME-.xinitrc
| * Deleted the .xinitrc link at $HOME for even a cleaner home directory.memreyagci2021-02-211-2/+2
| | | | | | | | | | | | A custom filename and directory can be specified with startx command, which in this case is $XINITRC variable that indicates $XDG_CONFIG_HOME/x11/xinitrc
* | fix broken clipboard after generating colorsheme (#905)John Stef2021-02-261-0/+1
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2021-02-071-1/+1
|\
| * Encrypted connection to Luke's RSS feed (#887)Yunus Kahveci2021-02-071-1/+1
| | | | | | There is no reason for the URL of Luke's main RSS feed to be transferred over unencrypted HTTP. That's why i changed it to HTTPS. Nothing big, it just mildly infuriated me.
* | clean upLuke Smith2021-02-074-131/+0
|/
* absolutely moronic pulseaudio reload error fixLuke Smith2021-01-201-1/+1
|
* Leave a single newline if reducing trailing. (#882)Spenser Truex2021-01-131-1/+2
| | | | | | | | While removing trailing newlines is a good idea, it is a problem when editing C files which "must" have an empty line at the bottom. So we leave just a single newline, if there were any. Co-authored-by: Spenser Truex <truex@equwal.com>
* Use find instead du for more efficient execution. (#880)ZaxonXP2021-01-131-1/+1
| | | Find is faster and it is only one command. The last `:` is removed by the parameter expansion (works in both Bash and Zsh).
* lf additionsLuke Smith2020-12-261-7/+7
|
* battery warning fix; zsh beam simplifiedLuke Smith2020-12-181-10/+5
|
* possible PA fix for arch machinesLuke Smith2020-12-031-1/+3
|
* Compatibility for FreeBSD's paste(1) (#853)anntnzrb2020-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -` * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -`
* pulseaudio fix for artixLuke Smith2020-11-292-0/+9
|
* close #843Luke Smith2020-11-191-19/+0
|
* bm-dirs updateLuke Smith2020-11-191-4/+2
|
* minor updatesLuke Smith2020-11-193-15/+51
|
* files moved to new correct namesLuke Smith2020-11-192-0/+0
|
* do not copy newline; sxiv changesLuke Smith2020-11-181-4/+5
|