r_bash
43 subscribers
351 photos
16 videos
8.44K links
Download Telegram
Tmux not starting from script

\#!/bin/bash

\#python study workspace

hyprctl dispatch workspace 1

hyprctl dispatch exec "kitty -e sh -lc '/usr/bin/tmux a -t cs50p || /usr/bin/tmux exec bash'"

sleep 2

hyprctl dispatch exec brave "https://www.youtube.com/playlist?list=PLhQjrBD2T3817j24-GogXmWqO5Q5vYy0V \\

https://cs50.harvard.edu/python/psets/6/ \\

https://github.com/cyberseekerx"

sleep 3

hyprctl dispatch workspace 10

hyprctl dispatch exec kitty "\~/Videos/"

\## the problem here is that when I try to use this script fresh start (as in after booting)
\#but works after starting tmux instance other things work

thanks for you'r help in advance

https://redd.it/1pcwa64
@r_bash