AutoYADM commit: 2025-05-05 14:57:29
This commit is contained in:
parent
369ede739c
commit
b994899a28
5 changed files with 7 additions and 3 deletions
|
@ -2,6 +2,7 @@ words = [
|
|||
"diceware",
|
||||
"hmac",
|
||||
"pathlib",
|
||||
"ttp",
|
||||
"wav",
|
||||
"wordlist",
|
||||
]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue