fix: changed some autostart apps
This commit is contained in:
@@ -28,9 +28,6 @@ hl.on("hyprland.start", function ()
|
|||||||
hl.exec_cmd("tmux new-session -d -s ollama '/usr/bin/ollama serve'")
|
hl.exec_cmd("tmux new-session -d -s ollama '/usr/bin/ollama serve'")
|
||||||
hl.exec_cmd("nextcloud")
|
hl.exec_cmd("nextcloud")
|
||||||
hl.exec_cmd("discord")
|
hl.exec_cmd("discord")
|
||||||
hl.exec_cmd("bash -c '~/.config/hypr/scripts/goxlr/goxlr-start.sh > ~/.config/hypr/scripts/goxlr/goxlr-start.log'")
|
|
||||||
elseif HOSTNAME == "honney-opencode" then
|
|
||||||
hl.exec_cmd("tmux new-session -d -s oc 'cd ~/Projects && opencode web --hostname 0.0.0.0 --port 4096'")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
hl.exec_cmd("bash -c '~/.config/hypr/scripts/autostart/autostart.sh > ~/.config/hypr/scripts/autostart/autostart.log'")
|
hl.exec_cmd("bash -c '~/.config/hypr/scripts/autostart/autostart.sh > ~/.config/hypr/scripts/autostart/autostart.log'")
|
||||||
|
|||||||
Reference in New Issue
Block a user