From fd4f36a3c9eb84b6705ab20babe33241c36dc507 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 8 Jul 2026 15:50:27 +0200 Subject: [PATCH] feat: add more launch commands --- config/hypr/hyprland/binds/group-launch.lua | 1 + 1 file changed, 1 insertion(+) 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 })