From b994899a28528bc7becb0db08bc76577b27cf94e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 5 May 2025 14:57:29 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-05 14:57:29 --- .config/codebook/codebook.toml | 1 + .config/fish/conf.d/abbr.fish | 1 + .config/helix/languages.toml | 3 ++- .config/niri/config.kdl##hostname.dbox | 5 +++-- .config/niri/scripts/{rbw-fish.fish => rbw-fuzzel.fish} | 0 5 files changed, 7 insertions(+), 3 deletions(-) rename .config/niri/scripts/{rbw-fish.fish => rbw-fuzzel.fish} (100%) diff --git a/.config/codebook/codebook.toml b/.config/codebook/codebook.toml index 67f8dbf8..a7d8f65f 100644 --- a/.config/codebook/codebook.toml +++ b/.config/codebook/codebook.toml @@ -2,6 +2,7 @@ words = [ "diceware", "hmac", "pathlib", + "ttp", "wav", "wordlist", ] diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index d812c8af..7614e7ad 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -15,3 +15,4 @@ abbr -a justg just -g abbr -a --command git pushf push --force-with-lease abbr -a lsgit eza -a --tree --git-ignore --long --icons --header abbr -a blu systemctl --user restart blueman-applet.service +abbr -a hniri hx /home/fic/.config/niri/config.kdl diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index b058a889..069a8428 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -90,7 +90,8 @@ file-types = [ { glob = "PULLREQ_EDITMSG" }, ] # language-servers = ["ltex-ls-plus", "marksman", "scls"] -language-servers = ["harper-ls", "marksman", "scls"] +# language-servers = ["harper-ls", "marksman", "scls"] +language-servers = ["codebook", "marksman", "scls"] # formatter = { command = "/home/fic/.config/helix/scripts/format_markdown.fish", args = [] } formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] } # depends on aerc diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 4e6d4ae9..4ecb7ed1 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -326,7 +326,8 @@ binds { spawn "footclient" } Mod+D { - spawn "fuzzel" "--hide-before-typing" "-I" "--placeholder=Select an application:" + spawn "fuzzel" "--placeholder=Select an application:" + // spawn "fuzzel" "--hide-before-typing" "-I" "--placeholder=Select an application:" } Mod+Ctrl+semicolon { spawn "swaylock" "-c" "121212" "-e" "-f" "-F" @@ -767,7 +768,7 @@ binds { spawn "clipcat-menu" } Mod+B { - spawn "~/.config/niri/scripts/rbw-fish.fish" + spawn "~/.config/niri/scripts/rbw-fuzzel.fish" } // Applications such as remote-desktop clients and software KVM switches may // request that niri stops processing the keyboard shortcuts defined here diff --git a/.config/niri/scripts/rbw-fish.fish b/.config/niri/scripts/rbw-fuzzel.fish similarity index 100% rename from .config/niri/scripts/rbw-fish.fish rename to .config/niri/scripts/rbw-fuzzel.fish