summaryrefslogtreecommitdiffstats
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant pref in larbs.js (#1480)Nikola Kvartovič2026-06-291-1/+0
| | | Arkenfox sets browser.urlbar.quicksuggest.enabled to false (0802).
* Revert "Fix UI rendering issues in neovim (#1455)" (#1467)Alessio Artoni2026-06-291-2/+1
| | | This reverts commit 8e2abf828a736f376f01ce14ae34d1b7fe9bfa8a.
* lf improvements (#1477)themamiza2026-05-312-25/+19
| | | | | | | | | | | | | | | | | | | | | | * Remove and merge duplicate entries The 'case' statement had two identical commands for opening files using `zathura`. Removed the extra match patterns and merged into one. * Fix file checks * Fix indentation and use the same syntax style All the indentation are fixed. All syntax styles have been set to match the first occurrence. * Slightly faster filename generation for thumbnails Use `md5sum` instead of `sha256sum` since the hash is only used as a cache identifier (no security/integrity requirement). Remove the trailing “ -” that `md5sum` prints for stdin by trimming everything after the first space using POSIX parameter expansion (${var%% *}), avoiding extra processes like `cut` or `awk`.
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2025-11-121-1/+1
|\
| * maint(init.vim): use `$XDG_CONFIG_HOME` (#1463)vladislav doster2025-04-111-1/+1
| | | | | | - use `${XDG_CONFIG_HOME:-$HOME/.config}`
* | colors fixed, close #1431, fix #1424Luke Smith2025-11-121-0/+1
|/
* fix #1464Luke Smith2025-04-021-1/+0
|
* Revert "aliasrc | improve se() (#1433)" close #1459Luke Smith2025-03-181-4/+3
| | | | This reverts commit e2d787992ed8cdd3105fdf8d45ab2d695796238b.
* Fix UI rendering issues in neovim (#1455)Rokosun2025-03-081-1/+2
| | | | | Neovim started showing UI rendering issues after the latest update. Some of the Unicode characters used in the vim-airline plugin were found to be the cause, this commit aims to solve the issue by removing those characters. Check this issue for more details - https://github.com/vim-airline/vim-airline/issues/2704
* Evaluate aliases at runtime (#1456)Alessio Artoni2025-03-061-5/+5
|
* Merge branch 'feat/latexmk' of github.com:aartoni/dotfiles into ↵Luke Smith2025-03-022-1/+11
|\ | | | | | | aartoni-feat/latexmk
| * latexmkaartoni2024-11-092-1/+11
| |
* | aliasrc | improve se() (#1433)Emre AKYÜZ2025-02-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aliasrc | improve se() 1. Remove external commands like find. 2. Remove extensions and path (if present) from the names in fzf. 3. Only open Nvim if there is a selection. Do all of these without using find, sed, grep. - First line creates an array with the files in the scripts directory. - Second line removes path (:t) and the extensions (:r) from the scripts. - [[ "${c}" ]] checks if this variable is non-empty. - ${${(M)s:#*/${c}*}[1]} (M) enables "match" mode. :# anchors the pattern to the start of each array element. */${c}* matches any path containing the selected basename. [1] selects the first matching item. * capture sub-directories too
* | Improve UI for move/copy in lf (#1438)Rokosun2025-02-281-2/+4
| | | | | | | | | | | | | | * Clear screen before move/copy Quick fix for https://github.com/LukeSmithxyz/voidrice/pull/1437#issuecomment-2430008043 * More UI improvements
* | Fix magick related actions in nsxiv (#1449)Alessio Artoni2025-02-281-3/+3
| |
* | Fix breaking height and preferred offset syntax in dunstrc since v1.12.0 (#1453)pa-d-v2025-02-281-2/+2
|/
* Clean up pipewire conf (#1427)appeasementPolitik2024-10-222-247/+4
| | | | | * Clean up pipewire.conf * Needs extra newline
* Fix dangerous copy/move script in lf (#1437)Rokosun2024-10-221-10/+22
| | | | | | | Context: I accidentally pressed the C key on my .config directory and was presented with a list of directories to copy it to, then I pressed escape to quit the fzf menu without choosing anything - instead of doing nothing the script copied all of the contents inside my .config directory into my home directory. After dealing with that mess I decided to make this PR which does the following: - Allow users to escape out of the fzf menu without unexpected copies - Asks the user for confirmation before copying/moving files - Some improvements in the UI
* Update mpd to use PipeWire (#1412)fennomaani2024-07-151-4/+2
| | | per https://wiki.archlinux.org/title/Music_Player_Daemon#Audio_configuration
* shortcuts: export env vars for each shortcut (#1395)Kipras Melnikovas2024-07-152-1/+2
| | | | | | | | | | | useful if want to use shortcuts w/ different progs instead of their default behavior (cd / $EDITOR), e.g.: ```sh cd ~/Downloads mv foo.mp3 $music ``` Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* weath: Add option to get forecast from a different location (#1327)appeasementPolitik2024-07-151-2/+1
| | | | | | | | | * weath: Add option to get forecast from a different location * Remove retry and make max time lower because it is interactive * Give weath 'cp' option to copy forecast as plain text for sharing * Make weath a separate script
* shortcuts: zathura full screen mode shortcuts should work as before (#1396)Visrut2024-07-152-0/+20
| | | | | * shortcuts work in full-screen mode * update wal template
* Merge branch 'tiny-fixes' of https://github.com/thetubster99/cookedrice into ↵Luke Smith2024-07-151-1/+1
|\ | | | | | | thetubster99-tiny-fixes
| * Tiny fix and optimizationthetubster992024-05-231-1/+1
| |
* | close #1423Luke Smith2024-07-152-6/+6
| |
* | (lf,maimpick) added preview for .xcf files, fixed OCR selection in dmenu ↵venatio2024-06-021-0/+5
|/ | | | script (#1420)
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2024-05-236-39/+48
|\
| * map gh fix (#1414)Ryan F2024-05-231-1/+1
| | | | | | map gh doesn't do anything because it doesn't recognize multi-letter commands. mapping H to cd to ~
| * Corrects "application/octet-stream is for arbitrary binary files" (#1337)poeplva2024-05-111-3/+9
| | | | | | | | | | | | | | | | | | * Corrects the syntax error in "application/octet-stream is for arbitrary binary files" #1321 had a syntax error, this commit correct it. * Update lfrc support for ts
| * Added 5 new mappings, 3 of which pipe to clipboard (#1373)TheYellowArchitect2024-05-111-1/+8
| | | | | | | | | | | | | | | | | | | | | | 1. Copies the selected filename instead of the filepath, and pipes it to clipboard. 2. Copies the selected filename and if it matches the yt-dlp downloaded video format [1234567891011], gets the full youtube URL and pipes it to clipboard. 3. Copies the selected filename and if it matches the yt-dlp downloaded video format [1234567891011], gets the full piped.video URL and pipes it to the clipboard. (piped.video is a mirror of youtube, even includes comments) 4. Opens current folder in full picture mode. Think windows large icons mode. Good for browsing quickly through image albums. 5. Ctrl+l to unselect all selections so the behaviour matches the terminal.
| * Remove unused vim configs and shortcuts (#1385)Alessio Artoni2024-05-111-14/+2
| | | | | | | | Remove: ranger shortcuts, "nocompatible", plain Vim support for NERDTreeBookmarksFile and vimling configuration.
| * Save command to history before it is executed (#1409)fennomaani2024-05-111-0/+1
| |
| * Update xinitrc (#1402)ewof2024-03-281-1/+1
| |
| * lf-scope: adds SVG preview creating cache. (#1360)Luciano2023-11-151-0/+5
| |
| * Fix unsupported characters in vim-airline (#1317)appeasementPolitik2023-11-151-0/+8
| |
| * Make shell profile POSIX, remove unnecessary variable fallbacks (#1368)thirtysix2023-11-151-14/+12
| |
| * Fix pdf and plain text previws in lf (#1369)thirtysix2023-11-151-5/+1
| | | | | | | | | | | | | | | | | | * Fix pdf and plain text previws in lf Pdf previws don't appear because are generated with wrong filename. Plain text previws with `bat` don't respect terminal theme and have annoying border. * Revert pdf cache filename to work properly
| * An unnecessary(?), small improvement for lf mkdir command (#1372)Emre AKYÜZ2023-11-131-2/+2
| | | | | | | | | | The new method is more robust and better handles directory names with spaces and special characters. It's more minimal.
* | for legacy vim colorschemeLuke Smith2024-05-231-4/+4
| |
* | remove default rss feedsLuke Smith2024-05-171-10/+0
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-10-284-3/+20
|\
| * Launch dwm in a dbus session (#1340)Lalle2023-10-271-1/+2
| | | | | | | | | | | | | | | | | | * Launch dwm in a dbus session * Add ssh-agent * Update dbus env * Update xprofile
| * Unpack Function for LF Without Aunpack (#1334)Emre AKYÜZ2023-10-271-1/+16
| | | | | | We can simply eliminate the usage of an external tool by adding a simple case statement to handle different types of compressed files.
| * Timeout added to forecast module, ncmpcpp now tracks player state (#1359)sban2023-09-051-0/+1
| | | | | | | | | | | | | | * Added timeout to getforecast to prevent status bar breakage. A 2 second timeout is used in the case that wttr.in is inaccessible when dwm is started; as otherwise it tries to curl wttr.in indefinitely, not allowing other status bar modules to be loaded. * Update music status bar module on player state change
| * Fix wrong font name (#1353)Alessio Artoni2023-08-251-1/+1
| |
* | fix #1366Luke Smith2023-10-282-0/+1
|/
* libertinus replaces libertineLuke Smith2023-08-231-4/+4
|
* djvu files cannot be previewed (#1335)poeplva2023-07-231-0/+4
| | | added support for previewing books in djvu format.
* Add jsonl to lf (#1345)Lalle2023-07-231-1/+1
|
* nsxiv replaces unmaintained sxivLuke Smith2023-07-152-2/+2
|