Skip to content

Commit

Permalink
MAINT: Add some electron flags
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Dec 21, 2023
1 parent 97bb158 commit 0bef2d7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dot_config/chrome-beta-flags.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Enable wayland support
--enable-features=UseOzonePlatform
--ozone-platform=wayland
--ozone-platform-hint=auto
--enable-features=WaylandWindowDecorations
--disable-features=WaylandFractionalScaleV1
6 changes: 6 additions & 0 deletions dot_config/chrome-flags.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Enable wayland support
--enable-features=UseOzonePlatform
--ozone-platform=wayland
--ozone-platform-hint=auto
--enable-features=WaylandWindowDecorations
--disable-features=WaylandFractionalScaleV1
7 changes: 7 additions & 0 deletions dot_config/ticktick-flags.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Works with the AUR ticktick package
# Enable wayland support
--enable-features=UseOzonePlatform
--ozone-platform=wayland
--ozone-platform-hint=auto
--enable-features=WaylandWindowDecorations
--disable-features=WaylandFractionalScaleV1

0 comments on commit 0bef2d7

Please sign in to comment.