added some keybinds for screen tools and updated calculator plugin

This commit is contained in:
venus
2026-06-08 23:56:53 -05:00
parent 68224c1308
commit bff9e48dfe
4 changed files with 47 additions and 7 deletions

View File

@@ -22,9 +22,9 @@ hl.on("hyprland.start", function()
hl.exec_cmd("kdeconnectd")
-- hl.exec_cmd("hyprshell run &")
hl.exec_cmd("vesktop -m", {workspace ="special:vesktop silent"})
hl.exec_cmd(email, {workspace ="special:vesktop silent"})
hl.exec_cmd(notes, {workspace ="special:vesktop silent"})
hl.exec_cmd("steam --forcedesktopscaling 0.5", {workspace ="special:vesktop silent"})
hl.exec_cmd(email, {workspace ="special:email silent"})
hl.exec_cmd(notes, {workspace ="special:notes silent"})
hl.exec_cmd("steam --forcedesktopscaling 0.5", {workspace ="special:gaming silent"})
hl.exec_cmd("protonmail-bridge") --no-window) TODO set up sddm to unlock keychain
end)