summaryrefslogtreecommitdiff
path: root/cli/meta/smolnet/bollux/fix_lesskey_nag.patch
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-26 08:29:49 -0700
committerFuwn <[email protected]>2024-06-26 08:29:49 -0700
commit804df1d72b97aa638d84b663ea00ff26bab5d969 (patch)
tree1eb68c65dac7e9ce3787b562f52879f8f917041a /cli/meta/smolnet/bollux/fix_lesskey_nag.patch
parenthi (diff)
downloadnixos-config-804df1d72b97aa638d84b663ea00ff26bab5d969.tar.xz
nixos-config-804df1d72b97aa638d84b663ea00ff26bab5d969.zip
flake
Diffstat (limited to 'cli/meta/smolnet/bollux/fix_lesskey_nag.patch')
-rw-r--r--cli/meta/smolnet/bollux/fix_lesskey_nag.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/cli/meta/smolnet/bollux/fix_lesskey_nag.patch b/cli/meta/smolnet/bollux/fix_lesskey_nag.patch
deleted file mode 100644
index 329b886..0000000
--- a/cli/meta/smolnet/bollux/fix_lesskey_nag.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git i/bollux w/bollux
-index 267418e..090217e 100755
---- i/bollux
-+++ w/bollux
-@@ -1130,7 +1130,7 @@ display() { # display METADATA [TITLE]
- # text, and pre-formatted text shouldn't wrap.
- less_cmd+=(-S)
- # Load the keybindings (see `lesskey').
-- mklesskey && less_cmd+=(-k "$BOLLUX_LESSKEY")
-+ mklesskey && less_cmd+=(--lesskey-src="$BOLLUX_LESSKEY")
- local helpline="${KEY_OPEN}:open, "
- helpline+="${KEY_GOTO}/"
- helpline+="${KEY_GOTO_FROM}:goto, "