mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
31 lines
730 B
Plaintext
31 lines
730 B
Plaintext
# Cursor size
|
|
env = XCURSOR_SIZE,24
|
|
env = HYPRCURSOR_SIZE,24
|
|
|
|
# Force all apps to use Wayland
|
|
env = GDK_BACKEND,wayland
|
|
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 --gtk-version=4"
|
|
|
|
# Make .desktop files available for wofi
|
|
env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share
|
|
|
|
# Use XCompose file
|
|
env = XCOMPOSEFILE,~/.XCompose
|
|
|
|
# Don't show update on first launch
|
|
ecosystem {
|
|
no_update_news = true
|
|
}
|