diff --git a/config/hypr/hyprland/binds/group-launch.lua b/config/hypr/hyprland/binds/group-launch.lua index 05a6580..6e1c4fa 100644 --- a/config/hypr/hyprland/binds/group-launch.lua +++ b/config/hypr/hyprland/binds/group-launch.lua @@ -4,6 +4,7 @@ end hl.define_submap("groupedlaunch", function() hl.bind("e", function() + hl.exec_cmd("systemctl start docker") hl.exec_cmd("kitty ~/projects/eth/projects/eyetap/", { workspace = 1 }) hl.exec_cmd("kitty ~/projects/eth/projects/eyetap/backend/", { workspace = 10 }) hl.exec_cmd("kitty ~/projects/eth/projects/eyetap/frontend/", { workspace = 10 })