mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
greeter: change hypr startup to exec-once
This commit is contained in:
@@ -174,7 +174,7 @@ misc {
|
|||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
}
|
}
|
||||||
|
|
||||||
exec = sh -c "$QS_CMD; hyprctl dispatch exit"
|
exec-once = sh -c "$QS_CMD; hyprctl dispatch exit"
|
||||||
HYPRLAND_EOF
|
HYPRLAND_EOF
|
||||||
COMPOSITOR_CONFIG="$TEMP_CONFIG"
|
COMPOSITOR_CONFIG="$TEMP_CONFIG"
|
||||||
else
|
else
|
||||||
@@ -182,7 +182,7 @@ HYPRLAND_EOF
|
|||||||
cat "$COMPOSITOR_CONFIG" > "$TEMP_CONFIG"
|
cat "$COMPOSITOR_CONFIG" > "$TEMP_CONFIG"
|
||||||
cat >> "$TEMP_CONFIG" << HYPRLAND_EOF
|
cat >> "$TEMP_CONFIG" << HYPRLAND_EOF
|
||||||
|
|
||||||
exec = sh -c "$QS_CMD; hyprctl dispatch exit"
|
exec-once = sh -c "$QS_CMD; hyprctl dispatch exit"
|
||||||
HYPRLAND_EOF
|
HYPRLAND_EOF
|
||||||
COMPOSITOR_CONFIG="$TEMP_CONFIG"
|
COMPOSITOR_CONFIG="$TEMP_CONFIG"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user