summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2026-06-09 12:58:33 -0500
committerzachir <zachir@librem.one>2026-06-09 12:58:33 -0500
commit735b55bef4af72961df5fbb731014d29fb25cfeb (patch)
tree324ec0da5145b2f87278efd4a465c4368fc304e8
parent92ee9c9b7fea3a1c55e2f54040ce41ff3c89c74f (diff)
parent27e850d92fe0c9c16f7f02728a0cefb57c013de7 (diff)
Merge branch 'master' into cascas
-rw-r--r--lf/lfrc1
-rw-r--r--sh/functions2
-rw-r--r--yay/config.json5
3 files changed, 5 insertions, 3 deletions
diff --git a/lf/lfrc b/lf/lfrc
index 7c04692..67dc5f8 100644
--- a/lf/lfrc
+++ b/lf/lfrc
@@ -389,6 +389,7 @@ map grs cd "/etc/runit/sv"
map gsc cd "~/.local/bin/scripts"
map gsh cd "~/.config/sh"
map gsl cd "~/.local/src/slock"
+map gsr cd "~/Shared"
map gss cd "/etc/s6/sv"
map gst cd "~/.local/src/st"
map gsx cd "~/.config/sxhkd"
diff --git a/sh/functions b/sh/functions
index 33feee0..878477d 100644
--- a/sh/functions
+++ b/sh/functions
@@ -93,6 +93,7 @@ rs - /etc/runit/sv
sc - $HOME/.local/bin/scripts
sh - $XDG_CONFIG_HOME/sh
sl - $SRCDIR/slock
+sr - $HOME/Shared
ss - /etc/s6/sv
st - $SRCDIR/st
sx - $XDG_CONFIG_HOME/sxhkd
@@ -166,6 +167,7 @@ zx - $XDG_DOCUMENTS_DIR/zachir.xyz
"sc") cd "$HOME/.local/bin/scripts" ;;
"sh") cd "$XDG_CONFIG_HOME/sh" ;;
"sl") cd "$SRCDIR/slock" ;;
+"sr") cd "$HOME/Shared" ;;
"ss") cd "/etc/s6/sv" ;;
"st") cd "$SRCDIR/st" ;;
"sx") cd "$XDG_CONFIG_HOME/sxhkd" ;;
diff --git a/yay/config.json b/yay/config.json
index 61f2d02..2b360e0 100644
--- a/yay/config.json
+++ b/yay/config.json
@@ -17,19 +17,18 @@
"gpgbin": "gpg",
"gpgflags": "",
"mflags": "",
- "sortby": "votes",
+ "sortby": "",
"searchby": "name-desc",
"gitflags": "",
"removemake": "yes",
"sudobin": "doas",
"sudoflags": "",
- "version": "12.4.2",
+ "version": "12.6.0",
"requestsplitn": 150,
"completionrefreshtime": 7,
"maxconcurrentdownloads": 1,
"bottomup": true,
"sudoloop": false,
- "timeupdate": false,
"devel": false,
"cleanAfter": true,
"keepSrc": false,