You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,10 @@ Other packages can be installed from your package manager, either by clicking on
35
35
|`--start-in-tray`| Start the app in the tray (see [patch](./patches/01-start-in-tray.patch)) |
36
36
|`--disable-systray`| Quit the app when the window is closed (see [patch](./patches/02-start-without-tray.patch)) |
37
37
|`--keep-kernel`| Use the exact kernel version (see [patch](./patches/04-remove-os-information.patch)) <br/> _This feature impacts privacy._|
38
-
|`--disable-features`| Disable some features (see [patch](./patches/05-provide-metadata-mpris.patch)) |
39
38
|`--hide-offline-banner`| Hide the "Application is offline" banner that appears when using a VPN or DNS blocker (see [patch](./patches/08-hide-offline-banner.patch)) |
40
39
|`--disable-animations`| Disable animations (see [patch](./patches/09-disable-animations.patch)) |
41
40
|`--disable-notifications`| Disable notifications (see [patch](./patches/10-disable-notifications.patch)) |
42
-
|`--disable-hardware-acceleration`| Disable hardware acceleration (useful for systems with GPU issues) (see [patch](./patches/13-disable-hardware-acceleration.patch)) |
41
+
|`--disable-hardware-acceleration`| Disable hardware acceleration (useful for systems with GPU issues) (see [patch](./patches/13-disable-hardware-acceleration.patch)) |
43
42
|`--log-level`| Set the log level (`silly`,`debug`,`verbose`,`info`,`warn`,`error`) (see [patch](./patches/06-control-log-level.patch)) |
44
43
|`--enable-wayland-ime``--ozone-platform-hint=auto``--wayland-text-input-version=3`| Enable IME keyboard support on Wayland |
45
44
@@ -52,7 +51,7 @@ Other packages can be installed from your package manager, either by clicking on
52
51
|`DZ_HIDE_OFFLINE_BANNER`|`yes`,`no`| Hide the "Application is offline" banner (see [patch](./patches/08-hide-offline-banner.patch)) |
53
52
|`DZ_DISABLE_ANIMATIONS`|`yes`,`no`| Disable animations (see [patch](./patches/09-disable-animations.patch)) |
54
53
|`DZ_DISABLE_NOTIFICATIONS`|`yes`,`no`| Disable notifications (see [patch](./patches/10-disable-notifications.patch)) |
55
-
|`DZ_DISABLE_HARDWARE_ACCELERATION`|`yes`,`no`| Disable hardware acceleration (see [patch](./patches/13-disable-hardware-acceleration.patch)) |
54
+
|`DZ_DISABLE_HARDWARE_ACCELERATION`|`yes`,`no`| Disable hardware acceleration (see [patch](./patches/13-disable-hardware-acceleration.patch)) |
56
55
|`DZ_DEVTOOLS`|`yes`,`no`| Enable the developer console (ctrl+shift+i) |
0 commit comments