mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
25 lines
490 B
Plaintext
25 lines
490 B
Plaintext
# Cursor size
|
|
env = XCURSOR_SIZE,24
|
|
env = HYPRCURSOR_SIZE,24
|
|
|
|
# Force all apps to use Wayland
|
|
env = GDK_BACKEND,wayland,x11,*
|
|
env = QT_QPA_PLATFORM,wayland;xcb
|
|
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
|
|
}
|
|
|
|
# Use XCompose file
|
|
env = XCOMPOSEFILE,~/.XCompose
|
|
|
|
# Don't show update on first launch
|
|
ecosystem {
|
|
no_update_news = true
|
|
}
|