Commit graph

1796 commits

Author SHA1 Message Date
Luke Smith
c9a91ef801 Merge branch 'windeb204-patch-4' 2022-06-27 13:09:53 -04:00
Luke Smith
c8a6455a67 if no arg, assume xclip contents, no -c 2022-06-27 13:09:49 -04:00
Luke Smith
b416dffafb Merge branch 'patch-4' of https://github.com/windeb204/voidrice into windeb204-patch-4 2022-06-27 12:11:17 -04:00
Rokosun
f03efe97d9
fix bug in samedir script (#1127)
samedir didn't work properly when the shell was opened inside lf using the w keybinding, now its fixed.
2022-06-24 03:35:02 +00:00
Andrew
09ca9e57ac
Fix fzf select in lf (#1126)
Without double quotes, fzf-select fails when selecting a file whose path contains whitespace.
2022-06-17 16:36:14 +00:00
anntnzrb
bac8a110ec
Screenshot utility improvements (maimpick) (#1114)
* maimpick delay for proper screenshots

An extra delay is needed for {window, full}-screenshots to prevent the
dmenu prompt from showing; example attached.

As of this writing I'm thinking the delay may vary depending on several
factors, to name a few... dmenu patches, compositor animations, etc.

* refactor to extract commonly used commands
2022-06-15 15:04:32 +00:00
i-c-u-p
b63045a0c0
use "|" as sed delimiter if pattern has "/" (#1118)
removes the need for "/" to be escaped with a backslash
2022-06-15 15:03:25 +00:00
Luke Smith
6207180f7b fix keyhandler 2022-06-10 07:54:49 -04:00
Luke Smith
e020416603 Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-06-09 15:24:00 -04:00
Luke Smith
15b4de6cf2 lindypress.net rss feed added 2022-06-09 15:07:37 -04:00
krisdoodle45
6d0ad93751
Give linkhandler option to read from clipboard 2022-06-06 20:58:12 +02:00
David Delarosa
d283f12ef9
Use tmpfs for speed and I/O reduction (#1122) 2022-05-25 15:13:38 +00:00
Luke Smith
f70612800b
force suspend and hibernate 2022-05-21 14:40:59 -04:00
Luke Smith
fc6dc7b761
close #1115 2022-04-30 17:15:45 -04:00
Luke Smith
58b06ee021
booksplit faster, fix #919, fix #943, fix #954 2022-04-30 14:35:10 -04:00
Luke Smith
002f0deae3
autostarted x programs now dependent on wm, close #1041 2022-04-28 15:36:55 -04:00
Luke Smith
4a80ceda1a
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-04-28 15:30:42 -04:00
Luke Smith
feeccf15ba
sysact works with multiple wm instances 2022-04-28 15:30:28 -04:00
krisdoodle45
dcbb7dca2a
Fixed peertubetorrent (#1030)
* Fixed peertubetorrent

Because of https://github.com/Chocobozzz/PeerTube/pull/3746, the torrent URL is now different from the normal video url. This means the peertube API is needed to get the new torrent link.

* No more soyregex (and use built-in curl silent option)

* Add 360p quality in the description

* Simpler regex

* Parenthesize variables
2022-04-28 13:20:59 +00:00
Rokosun
09af0a77b3
Numerous improvements to scope (#1088)
fallback to using mediainfo when ffmpegthumbnailer or pdftoppm is not available.
correct terminal width for bat.
use cut instead of awk for efficiency.
improve spacing/indentation for the sake of consistency in code.
2022-04-27 16:47:35 +00:00
i-c-u-p
2517ed8672
remove xmodmap from remaps script (#1109)
Uses the "altwin:menu" option from setxkbmap to map the menu key to right super instead of xmodmap, which is deprecated. setxkbmap's options can be viewed with "man xkeyboard-config". Also tried to make the comment for the xset rate change more helpful.
2022-04-27 00:31:03 +00:00
Luke Smith
cc0f28be71
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-04-10 15:01:44 -04:00
Luke Smith
35316c9c00
close #1106 2022-04-10 15:01:22 -04:00
i-c-u-p
c38de1d262
fix "extention" typo (#1103)
replaces all appearances of "extention" with "extension"
2022-04-10 12:39:05 +00:00
mamizaxyz
0818097806
file.desktop: use lfub instead of plain lf (#1099) 2022-04-02 13:09:56 +00:00
Luke Smith
cd473390f6
close #1097 2022-03-31 15:20:43 -04:00
Luke Smith
1e5c4ee91f
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-03-28 21:57:49 -04:00
Luke Smith
9e03472165
emoji 14.0, remove keycodes, close #1080 2022-03-28 21:57:33 -04:00
krisdoodle45
953d85619a
Replace youtube-dl with yt-dlp system-wide (#1019)
* Replace youtube-dl with yt-dlp in qndl

* Replace youtube-dl with yt-dlp in dmenuhandler

* Replace youtube-dl with yt-dlp in newsboat config

* Replace youtube-dl with yt-dlp in aliasrc

Co-authored-by: Luke Smith <luke@lukesmith.xyz>
2022-03-29 01:28:41 +00:00
Arjun Karangiya
4ba50116d9
Shortcuts in vim command line from bm-dirs/files (#1073)
This will allow using the mappings in the vim command line.
    Here the leader is ";"

    So here `:e ;cfz` typed fast will expand into
            `:e /home/user/.config/zsh/.zshrc`.

    This is more helpful with :sp, :vs, :cd or anywhere where a file or
    a directory is expected in the vim command line.
2022-03-29 01:24:57 +00:00
h3xo
06b7e28be3
remove typo in bgloc (#1096)
path should be "$HOME/.local/share" (there's an extra slash)
2022-03-29 01:13:28 +00:00
M.Zeinali
975353bf71
colorize ip command (#1093) 2022-03-21 13:59:39 +00:00
Oscar Lastra
0daa4d3450
feat(lf): Add JSON preview (#1090) 2022-03-13 19:52:08 +00:00
Luke Smith
fe4ea560ac
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-03-12 16:44:31 -05:00
Luke Smith
a2d716606e
scope-lol 2022-03-12 16:44:11 -05:00
pakudev
af386acead
replace ranger with lf in tutorialvids script (#1085) 2022-03-12 19:46:17 +00:00
Coco
20364cb9ef
fixed typo (#1084)
lfup -> lfub on line 13
2022-03-12 18:47:45 +00:00
Luke Smith
42987c2d64
lf cleanup 2022-03-11 18:32:19 -05:00
Luke Smith
21bbe35ae3
needed for lf images 2022-03-06 13:27:22 -05:00
Luke Smith
148f1432e6
lf tweaks included ueberzug images 2022-03-06 13:19:51 -05:00
Nacho-Dz
d9fb1ad732
convert both $rx and $tx in one call to numfmt (#1082)
see numfmt(1) for details
2022-03-02 16:41:22 +00:00
Luke Smith
e8c7d19a2c
Merge branch 'krisdoodle45-patch-4' 2022-02-17 12:21:29 -05:00
krisdoodle45
c2f25befa9
Make sb-doppler POSIX compliant 2022-02-17 18:14:42 +01:00
krisdoodle45
c16d6fd3b0
Merge branch 'LukeSmithxyz:master' into patch-4 2022-02-17 18:13:14 +01:00
Arjun Karangiya
82b70e3a8e
Bug: initial value is wrong; it should be false, 0 (#1074)
This caused no effect for the first call to ToggleHiddenAll().
    The second call works as value was set correctly inside
    ToggleHiddenAll() on the first call.
2022-02-02 14:25:48 +00:00
Arjun Karangiya
c28d25c152
Move to data folder and need absolute path here (#1069)
Vimwiki is not config but it's data so ".local/share/nvim" is
    more proper location for it.

    Here relative path was given so it tries to create new vimwiki
    folder when launched from other than home dir or changing current
    dir using `:cd <path>` inside vim when launching vimwiki.
2022-01-29 14:51:52 +00:00
Fabian
786cee9303
vimwiki chages (#1068)
changed path to `.config` instead of `~` to avoid a messy `~`. Also added a carriage return to the `VimwikiIndex` map.
2022-01-27 22:16:37 +00:00
i-c-u-p
07df38c057
typos (#1067) 2022-01-26 15:07:42 +00:00
Ginner
0d01624c59
Fix case-matching (#1066)
Case sensitivity prevents dmenuhandler from copying the URL to the clipboard.
2022-01-25 14:23:59 +00:00
Luke Smith
87fe81bb9e
a 2022-01-22 02:00:46 -05:00