This commit is contained in:
cheerfulScumbag 2026-05-09 10:27:32 +08:00 committed by GitHub
commit cc4bbb574b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1641 additions and 2 deletions

View file

@ -78,6 +78,21 @@ no_border_when_single=0
axis_bind_apply_timeout=100
focus_on_activate=1
idleinhibit_ignore_visible=0
# Restore and save session state across compositor restarts.
# Disabled by default to preserve Mango's current behavior.
# Minimized restore is currently unsupported.
# Restore expects target outputs to already exist before clients map.
# Mango only restores from a trusted session file owned by the current user
# and not writable by group or others.
session_restore=0
# Optional relaunch override used when Mango cannot recover a suitable launcher.
# Format: session_launch=app_id|command
# or: session_launch=app_id|title|command
# Mango prefers exact Mango-owned spawn commands, then normalized desktop/Flatpak
# launchers, then raw process argv before consulting session_launch.
# session_launch=foot|foot
# session_launch=foot|gamma|foot -a foot -T gamma -e sh -lc "sleep 600"
# session_launch=org.kde.dolphin|dolphin .
sloppyfocus=1
warpcursor=1
focus_cross_monitor=0