feat: add quickshell session to autostart sequence remove it from script and removed your Idle and back notifications
This commit is contained in:
@@ -8,6 +8,7 @@ hl.on("hyprland.start", function ()
|
||||
|
||||
hl.exec_cmd("tmux new-session -d -s hypridle 'hypridle'")
|
||||
hl.exec_cmd("tmux new-session -d -s hyprpaper 'hyprpaper'")
|
||||
hl.exec_cmd("tmux new-session -d -s qs 'quickshell'")
|
||||
if HOSTNAME == "honney-main" then
|
||||
hl.exec_cmd("tmux new-session -d -s ydotool 'ydotoold'")
|
||||
hl.exec_cmd("tmux new-session -d -s ollama '/usr/bin/ollama serve'")
|
||||
|
||||
Reference in New Issue
Block a user