added zsh configs and other configs
This commit is contained in:
@@ -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";
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user