From 8763cad4fbfc9753cd25ddd52591019b8d116e90 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:02:52 +0100 Subject: [PATCH] fix(#1114): don't disable edge swipe by default --- src/playbook/Configuration/tweaks.yml | 1 - .../tweaks/qol/shell/disallow-edge-swipe.yml | 8 -------- ...llow Edge Swipe.reg => Allow Edge Swipe (default).reg} | 0 ...w Edge Swipe (default).reg => Disallow Edge Swipe.reg} | 0 4 files changed, 9 deletions(-) delete mode 100644 src/playbook/Configuration/tweaks/qol/shell/disallow-edge-swipe.yml rename src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/{Allow Edge Swipe.reg => Allow Edge Swipe (default).reg} (100%) rename src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/{Disallow Edge Swipe (default).reg => Disallow Edge Swipe.reg} (100%) diff --git a/src/playbook/Configuration/tweaks.yml b/src/playbook/Configuration/tweaks.yml index 44c4512d53..ac45c408a6 100644 --- a/src/playbook/Configuration/tweaks.yml +++ b/src/playbook/Configuration/tweaks.yml @@ -252,7 +252,6 @@ tasks: - tweaks\qol\shell\show-more-pins.yml - tweaks\qol\shell\no-recommendations-start-menu.yml - tweaks\qol\shell\disable-nearby-sharing.yml - - tweaks\qol\shell\disallow-edge-swipe.yml # -------------------------------------------------------------------------- # # qol\startup-shutdown # diff --git a/src/playbook/Configuration/tweaks/qol/shell/disallow-edge-swipe.yml b/src/playbook/Configuration/tweaks/qol/shell/disallow-edge-swipe.yml deleted file mode 100644 index 7f7c7d4070..0000000000 --- a/src/playbook/Configuration/tweaks/qol/shell/disallow-edge-swipe.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Disallow Edge Swipe -description: Disallows the ability to swipe from the edge of the screen, e.g., when in a fullscreen UWP app, the titlebar won't show when you put your mouse to the top of the screen. This can be useful for games. -actions: - - !cmd: - command: 'reg import "AtlasDesktop\4. Interface Tweaks\Edge Swipe\Disallow Edge Swipe (default).reg"' - exeDir: true - wait: true diff --git a/src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/Allow Edge Swipe.reg b/src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/Allow Edge Swipe (default).reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/Allow Edge Swipe.reg rename to src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/Allow Edge Swipe (default).reg diff --git a/src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/Disallow Edge Swipe (default).reg b/src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/Disallow Edge Swipe.reg similarity index 100% rename from src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/Disallow Edge Swipe (default).reg rename to src/playbook/Executables/AtlasDesktop/4. Interface Tweaks/Edge Swipe/Disallow Edge Swipe.reg