summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-28 16:06:54 +0100
committerjoe <rbo@gmx.us>2025-10-28 16:06:54 +0100
commitd6b478a234f608dbe74e5cc74bda9a08d06720b0 (patch)
tree6aef4cbd8ef3e61bd3de7cc32690f56d7431f1b3
parentup (diff)
downloaddotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.tar.gz
dotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.tar.bz2
dotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.tar.xz
dotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.tar.zst
dotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.zip
up
-rw-r--r--.config/nvim/lua/config/lazy.lua1
-rwxr-xr-x.local/bin/kb2
-rwxr-xr-x.local/bin/setwp4
3 files changed, 3 insertions, 4 deletions
diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua
index 2e6ad0e..f94ab01 100644
--- a/.config/nvim/lua/config/lazy.lua
+++ b/.config/nvim/lua/config/lazy.lua
@@ -119,7 +119,6 @@ require('lazy').setup({
},
{
'ibhagwan/fzf-lua',
- dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
defaults = {
file_icons = false,
diff --git a/.local/bin/kb b/.local/bin/kb
index dd77f11..32cf2a2 100755
--- a/.local/bin/kb
+++ b/.local/bin/kb
@@ -57,7 +57,7 @@ config_keyboard() {
xmodmap -e 'keycode 23 = Escape'
xmodmap -e 'keycode 37 ='
fi
- herbe ' kb set' &
+ herbe 'kb set' &
}
config_keyboard
diff --git a/.local/bin/setwp b/.local/bin/setwp
index 647a332..fa0d255 100755
--- a/.local/bin/setwp
+++ b/.local/bin/setwp
@@ -95,8 +95,8 @@ sub main
if (@ARGV == 0 || (@ARGV != 0 && $ARGV[0] ne '-nw')) {
my $arg = fork();
if (not $arg) {
- exec('herbe', ' wp set') if ($ret == 0);
- exec('herbe', ' wp is not a valid file') if ($ret != 0);
+ exec('herbe', 'wp set') if ($ret == 0);
+ exec('herbe', 'wp is not a valid file') if ($ret != 0);
}
}
return;