| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Arkenfox sets browser.urlbar.quicksuggest.enabled to false (0802).
|
| |
|
| |
This reverts commit 8e2abf828a736f376f01ce14ae34d1b7fe9bfa8a.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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`.
|
| |\ |
|
| | |
| |
| | |
- use `${XDG_CONFIG_HOME:-$HOME/.config}`
|
| |/ |
|
| | |
|
| |
|
|
| |
This reverts commit e2d787992ed8cdd3105fdf8d45ab2d695796238b.
|
| |
|
|
|
| |
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
|
| | |
|
| |\
| |
| |
| | |
aartoni-feat/latexmk
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
| |
| |
| |
| |
| |
| | |
* Clear screen before move/copy
Quick fix for https://github.com/LukeSmithxyz/voidrice/pull/1437#issuecomment-2430008043
* More UI improvements
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
* Clean up pipewire.conf
* Needs extra newline
|
| |
|
|
|
|
|
| |
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
|
| |
|
| |
per https://wiki.archlinux.org/title/Music_Player_Daemon#Audio_configuration
|
| |
|
|
|
|
|
|
|
|
|
| |
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
* 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 work in full-screen mode
* update wal template
|
| |\
| |
| |
| | |
thetubster99-tiny-fixes
|
| | | |
|
| | | |
|
| |/
|
|
| |
script (#1420)
|
| |\ |
|
| | |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| | | |
|
| |/ |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* Launch dwm in a dbus session
* Add ssh-agent
* Update dbus env
* Update xprofile
|
| | |
| |
| | |
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
|
| | | |
|
| |/ |
|
| | |
|
| |
|
| |
added support for previewing books in djvu format.
|
| | |
|
| | |
|