summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.claude/settings.json4
-rw-r--r--.config/fuzzel/fuzzel.ini42
-rwxr-xr-x.local/bin/dmenu-wl6
-rwxr-xr-x.local/bin/dotfiles1
4 files changed, 2 insertions, 51 deletions
diff --git a/.claude/settings.json b/.claude/settings.json
index dd30d33..ab6b535 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -64,8 +64,8 @@
}
}
},
+ "effortLevel": "xhigh",
"theme": "auto",
"editorMode": "vim",
- "autoCompactEnabled": false,
- "effortLevel": "high"
+ "autoCompactEnabled": false
}
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini
deleted file mode 100644
index 9fa7834..0000000
--- a/.config/fuzzel/fuzzel.ini
+++ /dev/null
@@ -1,42 +0,0 @@
-# fuzzel configuration file
-#
-# See `man 5 fuzzel.ini`
-#
-# Tokyo Night (dark) — colors mirror ~/.config/foot/foot.ini [colors-dark]
-# https://github.com/folke/tokyonight.nvim
-
-[main]
-font=Hack Nerd Font Mono:size=11
-terminal=foot
-layer=overlay
-lines=12
-width=45
-horizontal-pad=20
-vertical-pad=12
-inner-pad=8
-line-height=20
-
-[border]
-width=2
-radius=8
-
-# Ctrl+j / Ctrl+k cycle the list (vim-style), alongside the defaults.
-# delete-line-forward defaults to Ctrl+k, which would shadow `prev`, so unbind it.
-[key-bindings]
-prev=Up Control+p Control+k
-next=Down Control+n Control+j
-delete-line-forward=none
-
-[colors]
-background=1a1b26ff
-text=c0caf5ff
-prompt=7aa2f7ff
-placeholder=565f89ff
-input=c0caf5ff
-match=e0af68ff
-selection=414868ff
-selection-text=c0caf5ff
-selection-match=e0af68ff
-border=7aa2f7ff
-
-# vim: ft=dosini
diff --git a/.local/bin/dmenu-wl b/.local/bin/dmenu-wl
deleted file mode 100755
index 42380d4..0000000
--- a/.local/bin/dmenu-wl
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-# Shim so the packaged `passmenu` works on Wayland without the AUR `dmenu-wl`.
-# `passmenu` hard-codes `dmenu-wl` under Wayland; fuzzel --dmenu is a
-# dmenu-compatible drop-in from the official repos that, unlike bemenu, takes
-# keyboard focus correctly under KWin (Plasma Wayland).
-exec fuzzel --dmenu --prompt='pass ❯ ' "$@"
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles
index 3cc082e..2754603 100755
--- a/.local/bin/dotfiles
+++ b/.local/bin/dotfiles
@@ -150,7 +150,6 @@ sync)
pass # password manager
firefox # web browser
browserpass # pass native host for browsers
- fuzzel # dmenu-compatible menu (for passmenu)
yay # AUR helper (for pass-secret-service-bin)
shfmt # shell program formatter
stylua # Lua formatter