| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [getcomproot] - fix | minimize | posix compliance (#1388) | Emre AKYÜZ | 2024-05-11 | 1 | -6/+3 |
| | | |||||
| * | Save command to history before it is executed (#1409) | fennomaani | 2024-05-11 | 1 | -0/+1 |
| | | |||||
| * | Update xinitrc (#1402) | ewof | 2024-03-28 | 1 | -1/+1 |
| | | |||||
| * | script fixes (#1386) | Jameson | 2023-12-30 | 22 | -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) | Luciano | 2023-11-15 | 1 | -0/+5 |
| | | |||||
| * | Fix unsupported characters in vim-airline (#1317) | appeasementPolitik | 2023-11-15 | 1 | -0/+8 |
| | | |||||
| * | Make shell profile POSIX, remove unnecessary variable fallbacks (#1368) | thirtysix | 2023-11-15 | 1 | -14/+12 |
| | | |||||
| * | Fix pdf and plain text previws in lf (#1369) | thirtysix | 2023-11-15 | 1 | -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ÜZ | 2023-11-13 | 1 | -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) | Dominik | 2023-11-04 | 1 | -1/+1 |
| | | |||||
| * | Update sb-music (#1367) | Joey-Pepperoni | 2023-10-29 | 1 | -1/+1 |
| | | | | The s/\\&/&/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. | ||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-10-28 | 11 | -12/+32 |
| |\ | |||||
| | * | Launch dwm in a dbus session (#1340) | Lalle | 2023-10-27 | 1 | -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) | appeasementPolitik | 2023-10-27 | 1 | -1/+1 |
| | | | |||||
| | * | none of the encrypted devices are listed if no drives are decrypted already ↵ | poeplva | 2023-10-27 | 1 | -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ÜZ | 2023-10-27 | 1 | -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 Potocki | 2023-10-27 | 1 | -0/+3 |
| | | | |||||
| | * | Change remaining tremc entry in script to stig (#1364) | appeasementPolitik | 2023-10-04 | 1 | -2/+2 |
| | | | |||||
| | * | Timeout added to forecast module, ncmpcpp now tracks player state (#1359) | sban | 2023-09-05 | 2 | -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 Hellinga | 2023-09-03 | 1 | -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 ↵ | appeasementPolitik | 2023-08-25 | 1 | -2/+2 |
| | | | | | | | | | sb-internet (#1352) | ||||
| | * | Fix wrong font name (#1353) | Alessio Artoni | 2023-08-25 | 1 | -1/+1 |
| | | | |||||
| * | | fix #1366 | Luke Smith | 2023-10-28 | 2 | -0/+1 |
| |/ | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-08-23 | 2 | -2/+5 |
| |\ | |||||
| | * | Fix arkenfox pacman hook complaining about root (#1351) | appeasementPolitik | 2023-08-18 | 1 | -1/+4 |
| | | | | | | | | | | | The previous pull request on LARBS turned out not to work, so make sure `arkenfox-auto-update` runs `arkenfox-update` as the user of the firefox profile. Otherwise it complains that it's running as root and stops. The way of getting the username is safe, because it gets the username from the owner of the user.js file of that profile. | ||||
| | * | added webp to image formats in linkhandler (#1347) | Simon Nikolai Varøy | 2023-08-16 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Simon Nikolai Varøy <simon@simonvaroy.xyz> | ||||
| * | | libertinus replaces libertine | Luke Smith | 2023-08-23 | 1 | -4/+4 |
| |/ | |||||
| * | sb-internet: replace grep/sed commands for more efficiency (#1349) | appeasementPolitik | 2023-08-16 | 1 | -4/+11 |
| | | |||||
| * | Give setbg parameter to make notifications silent (#1350) | appeasementPolitik | 2023-08-16 | 1 | -3/+10 |
| | | |||||
| * | djvu files cannot be previewed (#1335) | poeplva | 2023-07-23 | 1 | -0/+4 |
| | | | | added support for previewing books in djvu format. | ||||
| * | Add jsonl to lf (#1345) | Lalle | 2023-07-23 | 1 | -1/+1 |
| | | |||||
| * | Fixed formatting bug with notify-send (#1344) | Gunnar K. Halvorsen | 2023-07-23 | 1 | -1/+1 |
| | | | | | | | | * Fixed formatting bug with notify-send * Update sb-clock Fix suggested by 'mhdna' | ||||
| * | nsxiv replaces unmaintained sxiv | Luke Smith | 2023-07-15 | 9 | -18/+17 |
| | | |||||
| * | Revert "application/octet-stream is for arbitrary binary files (#1321)" (#1336) | Luke Smith | 2023-05-27 | 1 | -8/+3 |
| | | | | This reverts commit af2710799b069486d04ba23c5bdab9cf6c4d6b04. | ||||
| * | Make sure sb-volume module is updated when closed after opening (#1316) | appeasementPolitik | 2023-05-26 | 1 | -1/+1 |
| | | |||||
| * | application/octet-stream is for arbitrary binary files (#1321) | poeplva | 2023-05-26 | 1 | -3/+8 |
| | | | | application/octet-stream mime-type is used for arbitrary binary files, so the best guess at opening those kind of should be based on the extension. before this all of this kind of files were tried to be opened with zathura, now it is the last resort in case the file extension is unknown. | ||||
| * | bulkrename using built-ins instead of using a completely separate program ↵ | Mahdi Nayef | 2023-05-26 | 1 | -1/+21 |
| | | | | | | | | (#1330) * bulkrename using bult-ins instead of using a completely separate program * Make it more efficient | ||||
| * | Re-add whitespace to some buffer types as needed. (#1333) | Spenser Truex | 2023-05-25 | 1 | -0/+2 |
| | | | | | | | | | | | | Very arcane. C ANSI standard requires a newline at the end. GCC will complain. Email signatures should have a space after the -- according to the standard. Neomutt does this automatically for you if you have a signature. Co-authored-by: Spenser Truex <truex@equwal.com> | ||||
| * | Fix rename key bindings in lf (#1331) | Mahdi Nayef | 2023-05-24 | 1 | -4/+4 |
| | | |||||
| * | Don't wrap horizontally on short terminal (#1325) | appeasementPolitik | 2023-05-11 | 1 | -1/+1 |
| | | |||||
| * | change requested by lf-git after update. (#1319) | pony-montana | 2023-05-02 | 1 | -1/+1 |
| | | |||||
| * | dwmblocks update on song change (#1318) | Austen | 2023-05-01 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-04-20 | 4 | -8/+4 |
| |\ | |||||
| | * | Change LibreOffice binaries to libreoffice (#1294) | anggatd | 2023-04-20 | 1 | -6/+1 |
| | | | | | | | In the current update, the libreoffice package doesn't have any binary for libreoffice writer, calc, impress, draw, etc. So it's better to open all of the document using the 'libreoffice' binary as it can work in the old version of libreoffice as well as the new one. | ||||
| | * | fix shellcheck (#1301) | snailed | 2023-04-12 | 1 | -1/+1 |
| | | | | | | | Shellcheck wines when printf doesn't get an argument | ||||
| | * | Set GOMODCACHE to comply with XDG (#1299) | Mathieu Rollet | 2023-04-12 | 1 | -0/+1 |
| | | | | | | | | | If GOMODCACHE is not set, it defaults to $GOPATH/pkg/mod cf. https://go.dev/ref/mod#environment-variables | ||||
| | * | dmenuunicode: don't use variables in the printf format string (#1284) | RealAestan | 2023-04-03 | 1 | -1/+1 |
| | | | | | | | | | It works but the good practice is to use `printf "..%s.." "$foo"` see https://www.shellcheck.net/wiki/SC2059 | ||||
| * | | sb-price improvements | Luke Smith | 2023-04-20 | 1 | -20/+23 |
| | | | |||||
| * | | use built-ins, close #1297 | Luke Smith | 2023-04-20 | 1 | -3/+8 |
| |/ | |||||
| * | efficiency and fail tweaks | Luke Smith | 2023-03-31 | 1 | -5/+9 |
| | | |||||
