summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * 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.
| * Update dmenurecord (#1370)Dominik2023-11-041-1/+1
| |
| * Update sb-music (#1367)Joey-Pepperoni2023-10-291-1/+1
| | | | | | The s/\\&/&amp;/g operation only effect is to add "amp;" after any ampersand in the artist or song name. "&" displays just fine anyways, so there's no reason to include an operation to replace it.
* | 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-2811-12/+32
|\
| * 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
| * Update sb-mailbox in statusbar on closing neomutt (#1329)appeasementPolitik2023-10-271-1/+1
| |
| * none of the encrypted devices are listed if no drives are decrypted already ↵poeplva2023-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | (#1338) The part ``` for open in $decrypted; do [ "$uuid" = "$open" ] && break 1 done ``` exits with `0` if the variable `$decrypted` is empty, causing none of the encrypted devices to be put into the `$unopenedluks` variable. This commit fixes this problem.
| * 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.
| * Add xdg-terminal-exec script to launch "$TERMINAL" for .desktop files (#1302)Dawid Potocki2023-10-271-0/+3
| |
| * Change remaining tremc entry in script to stig (#1364)appeasementPolitik2023-10-041-2/+2
| |
| * Timeout added to forecast module, ncmpcpp now tracks player state (#1359)sban2023-09-052-1/+2
| | | | | | | | | | | | | | * 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
| * Fixed Booksplit for termux (#1358)Hylke Hellinga2023-09-031-2/+2
| | | | | | Co-authored-by: Simbaclaws <h.hellinga@inner-join.nl>
| * Fix the extra space between sb-internet and the block on the right of ↵appeasementPolitik2023-08-251-2/+2
| | | | | | | | sb-internet (#1352)
| * Fix wrong font name (#1353)Alessio Artoni2023-08-251-1/+1
| |