added zsh configs and other configs

This commit is contained in:
2026-08-15 19:35:46 -07:00
parent 4859b8521b
commit 35cf83cb70
10 changed files with 458 additions and 15 deletions

View File

@@ -180,10 +180,8 @@ in
(mkLua ''function()
hl.exec_cmd("waybar")
hl.exec_cmd("hyprpaper")
hl.exec_cmd("swayidle -w")
hl.exec_cmd("swaync")
hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
hl.exec_cmd("hyprlock")
hl.exec_cmd("${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent")
end'')
];
}
@@ -227,7 +225,6 @@ in
# Quick access applications
{ _args = [ (mkLua "mainMod .. \" + b\"") (mkLua "hl.dsp.exec_cmd(browser)") ]; }
{ _args = [ (mkLua "mainMod .. \" + t\"") (mkLua "hl.dsp.exec_cmd(\"thunderbird\")") ]; }
# Scratch workspace
{ _args = [ (mkLua "mainMod .. \" + RETURN\"") (mkLua "hl.dsp.workspace.toggle_special(\"scratch\")") ]; }
@@ -356,8 +353,8 @@ in
workspace = "special:messaging";
}
{
name = "webcord-messaging";
match = { class = "WebCord"; };
name = "vesktop-messaging";
match = { class = "vesktop"; };
workspace = "special:messaging";
}
{