Skip to content

Compare: WSLg Configuration Options for Debugging

Showing with 13 additions and 13 deletions.
  1. +13 −13 WSLg-Configuration-Options-for-Debugging.md
26 changes: 13 additions & 13 deletions WSLg-Configuration-Options-for-Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,26 @@ WESTON_RDP_DEBUG_CLIPBOARD_LEVEL=5
WESTON_RDP_MONITOR_REFRESH_RATE=144
;
;start menu integration (Linux app in Windows start menu)
WESTON_RDP_DISABLE_APPLIST=true
WESTON_RDP_APPLIST=true
;
;shared memory
WESTON_RDP_DISABLE_SHARED_MEMORY=true
WESTON_RDP_SHARED_MEMORY=true
;
;window z-order sync with Windows
WESTON_RDP_DISABLE_WINDOW_ZORDER_SYNC=true
WESTON_RDP_WINDOW_ZORDER_SYNC=true
;
;window title
WESTON_RDP_DISABLE_APPEND_DISTRONAME_TITLE=true
WESTON_RDP_DISABLE_COPY_WARNING_TITLE=true
WESTON_RDP_APPEND_DISTRONAME_TITLE=true
WESTON_RDP_COPY_WARNING_TITLE=true
;
;start menu with distro name
WESTON_RDPRAIL_SHELL_DISABLE_APPEND_DISTRONAME_STARTMENU=true
WESTON_RDPRAIL_SHELL_APPEND_DISTRONAME_STARTMENU=true
;
;overlay icon at start menu
WESTON_RDPRAIL_SHELL_DISABLE_BLEND_OVERLAY_ICON_APPLIST=true
WESTON_RDPRAIL_SHELL_BLEND_OVERLAY_ICON_APPLIST=true
;
;overlay icon at taskbar
WESTON_RDPRAIL_SHELL_DISABLE_BLEND_OVERLAY_ICON_TASKBAR=true
WESTON_RDPRAIL_SHELL_BLEND_OVERLAY_ICON_TASKBAR=true
;
;change weston shell
;rdprail-shell (RAIL window remoting) or desktop-shell (Linux full-desktop remoting)
Expand All @@ -68,15 +68,15 @@ WSL2_DEFAULT_APP_OVERLAY_ICON=/usr/share/icons/wsl/linux.png
WSL2_DEFAULT_APP_OVERLAY_ICON=disabled
;
;hi-dpi
WESTON_RDP_DISABLE_HI_DPI_SCALING=false
WESTON_RDP_DISABLE_FRACTIONAL_HI_DPI_SCALING=false
WESTON_RDP_HI_DPI_SCALING=false
WESTON_RDP_FRACTIONAL_HI_DPI_SCALING=false
;100 to 500
WESTON_RDP_DEBUG_DESKTOP_SCALING_FACTOR=100
;
;audio in/out
WESTON_RDP_DISABLE_AUDIO_PLAYBACK=true
WESTON_RDP_DISABLE_AUDIO_CAPTURE=true
WESTON_RDP_DISABLE_AUDIO_PLAYBACK_DYNAMIC_VIRTUAL_CHANNEL=true
WESTON_RDP_AUDIO_PLAYBACK=true
WESTON_RDP_AUDIO_CAPTURE=true
WESTON_RDP_AUDIO_PLAYBACK_DYNAMIC_VIRTUAL_CHANNEL=true
;
;Logging Level for Pulseaudio
;0 to 4
Expand Down