chore(scripts): added csgores, desktopres, mouserotation and made sessions uppercase in tms

This commit is contained in:
Afonso Franco 2024-06-01 19:57:07 +01:00
parent ed40060fe9
commit 40b1a83486
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
4 changed files with 11 additions and 0 deletions

View file

@ -16,6 +16,7 @@ if [[ -z $selected ]]; then
fi
selected_name=$(basename "$selected" | tr . _)
selected_name=${selected_name^^}
tmux_running=$(pgrep tmux)
if [[ -z $TMUX ]] && [[ -z $tmux_running ]]; then