aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/start.lua
blob: 65a9074e375794884d0d2f384abcf4e36a4d3443 (plain)
1
2
3
4
5
6
7
-- https://wiki.hypr.land/Configuring/Basics/Autostart/

hl.on("hyprland.start", function () 
  hl.exec_cmd("gentoo-pipewire-launcher")
  hl.exec_cmd("gentoo-pipewire-launcher restart")
  hl.exec_cmd(terminal)
end)