OSDN Git Service

[update] : Added edge support
authorhayao <hayao@fascode.net>
Tue, 19 Jan 2021 11:22:10 +0000 (20:22 +0900)
committerhayao <hayao@fascode.net>
Tue, 19 Jan 2021 11:22:10 +0000 (20:22 +0900)
alterlinux-welcome-page/alterlinux-welcome-page

index 7f37201..3471691 100755 (executable)
@@ -16,10 +16,11 @@ custombrowser=false
 nourlmode=false
 
 defaultbrowserlist=(
-    #vivaldi-stable --start-maximized --app=%s"
-    #"brave --start-maximized --app=%s"
+    "microsoft-edge-dev --start-maximized --app=%s"
+    "vivaldi-stable --start-maximized --app=%s"
+    "brave --start-maximized --app=%s"
     "firefox-developer-edition -url %s & xdotool search --sync --onlyvisible --class 'Firefox' windowactivate key F11"
-    #"firefox -url %s & xdotool search --sync --onlyvisible --class 'Firefox' windowactivate key F11"
+    "firefox -url %s & xdotool search --sync --onlyvisible --class 'Firefox' windowactivate key F11"
     "chromium --start-maximized --app=%s"
     "google-chrome  --start-maximized --app=%s"
 )