fixes multi-monitor setup fullscreen switching on the first monitor

This commit is contained in:
2025-12-02 21:12:25 +01:00
parent 649e324ac7
commit 03e8aa1343
12 changed files with 58 additions and 54 deletions

View File

@@ -79,8 +79,8 @@ profile_dual() {
profile_triple() {
# Ensure both externals are on (and only those two)
disable_all_externals
enable_line "$EXT2" # ext2 first so it appears in the middle
enable_line "$EXT1"
enable_line "$EXT2"
# You can drop EXT_FALLBACK if you don't actually need it:
# enable_line "$EXT_FALLBACK"
notify "Profile: Triple" "Enabled both externals"