mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
fix: uwsm on tmux doesn't show any warning
This commit is contained in:
@@ -10,6 +10,10 @@ export PATH="$PATH:$HOME/.local/scripts/"
|
||||
export CAPACITOR_ANDROID_STUDIO_PATH="/home/daniele/.local/share/JetBrains/Toolbox/apps/android-studio/bin/studio.sh"
|
||||
|
||||
# Launch Hyprland via uwsm
|
||||
if uwsm check may-start; then
|
||||
exec uwsm start hyprland.desktop
|
||||
# Check if we are inside a tmux session
|
||||
if [ -z "$TMUX" ]; then
|
||||
if uwsm check may-start; then
|
||||
exec uwsm start hyprland.desktop
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user