diff options
author | Case Duckworth | 2022-08-09 23:40:31 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-09 23:40:31 -0500 |
commit | e756b6e76bdd7e813296bc3aae20898c990f2b63 (patch) | |
tree | adc6fe8373d08f4769d76ff3ff7022eb4f2b2c13 | |
parent | Rewrite mklesskey to fix #13 (diff) | |
download | bollux-e756b6e76bdd7e813296bc3aae20898c990f2b63.tar.gz bollux-e756b6e76bdd7e813296bc3aae20898c990f2b63.zip |
Remove spurious mklesskey call
-rwxr-xr-x | bollux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bollux b/bollux index 21d2770..23a0403 100755 --- a/bollux +++ b/bollux | |||
@@ -211,7 +211,6 @@ bollux_init() { | |||
211 | 211 | ||
212 | # Remove $BOLLUX_LESSKEY and re-generate keybindings (to catch rebinds) | 212 | # Remove $BOLLUX_LESSKEY and re-generate keybindings (to catch rebinds) |
213 | run rm -f "$BOLLUX_LESSKEY" | 213 | run rm -f "$BOLLUX_LESSKEY" |
214 | mklesskey | ||
215 | } | 214 | } |
216 | 215 | ||
217 | # Cleanup on exit | 216 | # Cleanup on exit |