hycov, nerdfonts, some zsh conf

This commit is contained in:
tristan 2024-01-06 04:57:08 +00:00
parent b1c446ebfe
commit fb92731190
8 changed files with 249 additions and 33 deletions

View file

@ -130,20 +130,6 @@ in {
];
install = false;
}
{
name = "switch-window";
text = ''
${my-deps.hyprctl} clients -j | \
${my-deps.jq} '.[] | .title' -r | \
${my-deps.sed} '/^$/d' |
${my-deps.menu} | \
${my-deps.sed} 's/\([\[\(\)]\)/\\\\\1/g' | \
${my-deps.xargs} -I_ ${my-deps.hyprctl} dispatch focuswindow title:"_"
'';
hotkeys = [
{key = "TAB";}
];
}
{
name = "picker";
text = ''