summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'aartoni-feat/latexmk'Luke Smith2025-03-024-23/+12
|\
| * delete texclearLuke Smith2025-03-021-9/+0
| |
| * Merge branch 'feat/latexmk' of github.com:aartoni/dotfiles into ↵Luke Smith2025-03-023-14/+12
|/| | | | | | | aartoni-feat/latexmk
| * latexmkaartoni2024-11-093-14/+12
| |
* | Remove non-working sat24 doppler provider, and add the Netherlands (#1397)thetubster992025-03-021-55/+14
| |
* | 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
* | Enhance locking mechanism (#1446)xsmh2025-02-281-1/+11
| | | | | | | | | | | | | | This is a (subjectively) preferable behavior for locking the system. - Pause all media players and mute audio when the system is locked. Unmute after unlocking. Co-authored-by: Shahram <80352285+ShahramMohammed@users.noreply.github.com>
* | Fix magick related actions in nsxiv (#1449)Alessio Artoni2025-02-281-3/+3
| |
* | Update compiler to include instruction for the Rink calculator (#1452)Luke Bubar2025-02-281-0/+2
| | | | | | | | | | | | | | * Update compiler to include instruction for the Rink calculator Added a compiler option for rink calculator files. Rink is a unit-conversion calculator written in Rust. * Update compiler to include COBOL instructions
* | Group multi-process program usage (#1444)xsmh2025-02-282-2/+2
| | | | | | Programs like Chrome run multiple processes that take up the entire notification window. This commit solves this issue by grouping and aggregating CPU and memory usage for multi-process programs into single entries.
* | Fix breaking height and preferred offset syntax in dunstrc since v1.12.0 (#1453)pa-d-v2025-02-281-2/+2
| |
* | Removes the arkenfox-auto-update script (#1442)Alessio Artoni2025-02-281-23/+0
|/
* Fix sb-price after bash -> dash change (#1426)appeasementPolitik2024-10-221-1/+3
|
* 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
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2024-07-155-7/+34
|\
| * 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-153-1/+6
| | | | | | | | | | | | | | | | | | | | | | 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-152-2/+26
| | | | | | | | | | | | | | | | | | * 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
* | close #1292Luke Smith2024-07-151-1/+6
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2024-07-154-13/+26
|\
| * [texclear] - minimize | streamline (#1390)Emre AKYÜZ2024-07-151-10/+3
| |
| * 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
| * Fix sb-volume (toggle mute, scroll volume change) (#1411)zetef2024-07-151-3/+3
| | | | | | | | | | the current wpctl version does not support @DEFAULT_AUDIO_SINK@, but works with @DEFAULT_SINK@ quick fix
* | Merge branch 'ArgusGuardian-patch-1'Luke Smith2024-07-151-0/+23
|\ \ | |/ |/|
| * filename and exec fixLuke Smith2024-07-151-0/+0
| |
| * Merge branch 'patch-1' of https://github.com/ArgusGuardian/voidrice into ↵Luke Smith2024-07-151-0/+23
|/| | | | | | | ArgusGuardian-patch-1
| * ditch brightnessctl, more minimalisticAlaa Eddine2024-05-051-8/+18
| |
| * Create sb-bghitness, show brightness in the bar.Alaa Eddine2024-05-031-0/+13
| | | | | | script to add brightness to the dwmblocks.
* | close #1416Luke Smith2024-07-151-2/+2
| |
* | Merge branch 'thetubster99-tiny-fixes'Luke Smith2024-07-152-2/+2
|\ \
| * | Merge branch 'tiny-fixes' of https://github.com/thetubster99/cookedrice into ↵Luke Smith2024-07-152-2/+2
|/| | | | | | | | | | | thetubster99-tiny-fixes
| * | Tiny fix and optimizationthetubster992024-05-232-2/+2
| | |
* | | close #1423Luke Smith2024-07-153-9/+9
| | |
* | | (lf,maimpick) added preview for .xcf files, fixed OCR selection in dmenu ↵venatio2024-06-022-1/+6
|/ / | | | | | | script (#1420)
* | Add OCR to maimpick (#1415)Zmole Cristian2024-05-231-0/+2
| | | | | | Sometimes you just need to grab some text from a video
* | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2024-05-2334-124/+120
|\ \
| * | 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
| * | Update sb-clock to fix display issue (#1380)Stepan Chernov2024-05-111-1/+1
| | | | | | | | | Co-authored-by: Stepan Chernov <me@chernov.land>
| * | Fix the problem when taking a screenshot of the lf window (#1398)Tri Asep Tumbara2024-05-111-1/+1
| | | | | | | | | Without -B option, the result of the screenshot is a blank picture.
| * | fix: grep pattern to avoid unintended matches (#1383)David Nevado2024-05-111-3/+3
| | | | | | | | | | | | | | | added `^` and `$` to the pattern used in `grep -v` in order to avoid matching displays whose name contains some other display name. e.g ("DPI", "eDPI")
| * | 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-112-18/+3
| | | | | | | | | | | | Remove: ranger shortcuts, "nocompatible", plain Vim support for NERDTreeBookmarksFile and vimling configuration.
| * | [compiler] - streamline | simplify | minimize (#1389)Emre AKYÜZ2024-05-111-45/+38
| | | | | | | | | | | | | | | * [compiler] - streamline | simplify | minimize * Update compiler
| * | [getcomproot] - fix | minimize | posix compliance (#1388)Emre AKYÜZ2024-05-111-6/+3
| | |
| * | Save command to history before it is executed (#1409)fennomaani2024-05-111-0/+1
| |/
| * Update xinitrc (#1402)ewof2024-03-281-1/+1
| |
| * script fixes (#1386)Jameson2023-12-3022-23/+23
| | | | | | | | | | | | | | | | | | | | | | * fix typo in lfub * use setsid when editing scripts * fix immediate exit on middle click --------- Co-authored-by: 2084x <2084x@noreply.codeberg.org>