| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
script (#1420)
|
| |
|
| |
Sometimes you just need to grab some text from a video
|
| |\ |
|
| | |
| |
| | |
map gh doesn't do anything because it doesn't recognize multi-letter commands. mapping H to cd to ~
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
| |
| | |
Co-authored-by: Stepan Chernov <me@chernov.land>
|
| | |
| |
| | |
Without -B option, the result of the screenshot is a blank picture.
|
| | |
| |
| |
| |
| | |
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")
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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: ranger shortcuts, "nocompatible", plain Vim support for
NERDTreeBookmarksFile and vimling configuration.
|
| | |
| |
| |
| |
| | |
* [compiler] - streamline | simplify | minimize
* Update compiler
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* fix typo in lfub
* use setsid when editing scripts
* fix immediate exit on middle click
---------
Co-authored-by: 2084x <2084x@noreply.codeberg.org>
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
| |
| |
| |
| | |
The new method is more robust and better handles directory names with spaces and special characters.
It's more minimal.
|
| | | |
|
| | |
| |
| | |
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.
|
| | | |
|
| |/ |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* Launch dwm in a dbus session
* Add ssh-agent
* Update dbus env
* Update xprofile
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(#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.
|
| | |
| |
| | |
We can simply eliminate the usage of an external tool by adding a simple case statement to handle different types of compressed files.
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
| |
| | |
Co-authored-by: Simbaclaws <h.hellinga@inner-join.nl>
|
| | |
| |
| |
| | |
sb-internet (#1352)
|
| | | |
|
| |/ |
|
| |\ |
|
| | |
| |
| |
| |
| | |
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.
|
| | |
| |
| | |
Co-authored-by: Simon Nikolai Varøy <simon@simonvaroy.xyz>
|
| |/ |
|
| | |
|
| | |
|
| |
|
| |
added support for previewing books in djvu format.
|
| | |
|
| |
|
|
|
|
|
| |
* Fixed formatting bug with notify-send
* Update sb-clock
Fix suggested by 'mhdna'
|
| | |
|
| |
|
| |
This reverts commit af2710799b069486d04ba23c5bdab9cf6c4d6b04.
|
| | |
|
| |
|
| |
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.
|