summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-07-02 10:05:41 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-07-02 10:47:52 +0200
commitebd571fc81199beaea38f9b2faea341594730c2e (patch)
tree9d448e1a243a6789a1ecff29e1966faa75533af3
parent0182dbf61a31ddb98e241204f4427c804af64475 (diff)
lf: switched from stpv to ctpv
-rw-r--r--.config/ctpv/config3
-rw-r--r--.config/lf/lfrc8
-rw-r--r--README.md20
3 files changed, 7 insertions, 24 deletions
diff --git a/.config/ctpv/config b/.config/ctpv/config
new file mode 100644
index 0000000..d5b1870
--- /dev/null
+++ b/.config/ctpv/config
@@ -0,0 +1,3 @@
+preview markdown .md {{
+ glow -w $(("$w" - 2)) -s dark "$f"
+}}
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index e7aecc6..5971a0a 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -5,10 +5,10 @@ set scrolloff 10
set hidden
set icons
-set previewer stpv
-set cleaner stpvimgclr
-&stpvimg --listen $id
-cmd on-quit $stpvimg --end $id
+set previewer ctpv
+set cleaner ctpvclear
+&ctpv -s $id
+cmd on-quit $ctpv -e $id
cmd open ${{
test -L $f && f=$(readlink -f $f)
diff --git a/README.md b/README.md
deleted file mode 100644
index 81cf830..0000000
--- a/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# dotfiles
-PC and laptop configs for Arch Linux.
-
-Managed using the method explained [here](https://www.atlassian.com/git/tutorials/dotfiles).
-
-## Disclaimer
-
-These configs are what I have personally configured over time and as such do only what I need and nothing more.
-I try to keep my configs clean and self-explanatory, which is why you won't find many comments.
-
-I wouldn't recommend trying to clone the entire repo as not all dependencies are included.
-Instead, I'd recommend looking through the configs and yoinking whatever you find useful for your own dotfiles.
-
-## What's here?
-
-My config for i3wm, polybar, picom, and all that desktop level stuff along with the terminal applications I use.
-
-## Contributing
-
-Feel free to open issues for anything. I'm open to suggestions.