mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
28 lines
747 B
Plaintext
28 lines
747 B
Plaintext
# Cursor size
|
|
env = XCURSOR_SIZE,24
|
|
env = HYPRCURSOR_SIZE,24
|
|
|
|
# Force all apps to use Wayland at 2x scaling
|
|
env = GDK_SCALE,2
|
|
env = GDK_BACKEND,wayland
|
|
env = QT_SCALE_FACTOR,2
|
|
env = QT_QPA_PLATFORM,wayland
|
|
env = QT_STYLE_OVERRIDE,kvantum
|
|
env = SDL_VIDEODRIVER,wayland
|
|
env = MOZ_ENABLE_WAYLAND,1
|
|
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
|
env = OZONE_PLATFORM,wayland
|
|
|
|
xwayland {
|
|
force_zero_scaling = true
|
|
}
|
|
|
|
# Make Chromium use XCompose and all Wayland
|
|
env = CHROMIUM_FLAGS,"--enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime --wayland-text-input-version=3"
|
|
|
|
# Make .desktop files available for wofi
|
|
env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share
|
|
|
|
# Use XCompose file
|
|
env = XCOMPOSEFILE,~/.XCompose
|