26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
|
|
# █░█ █▀ █▀▀ █▀█ █▀█ █▀█ █▀▀ █▀▀ █▀
|
|
# █▄█ ▄█ ██▄ █▀▄ █▀▀ █▀▄ ██▄ █▀░ ▄█
|
|
|
|
# Set your personal hyprland configuration here
|
|
|
|
|
|
|
|
# // █░░ ▄▀█ █░█ █▄░█ █▀▀ █░█
|
|
# // █▄▄ █▀█ █▄█ █░▀█ █▄▄ █▀█
|
|
|
|
exec-once = xremap ~/.config/xremap/config.yml # enable xremap service
|
|
exec-once = ferdium
|
|
env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/ssh-agent.socket # ssh on start
|
|
env = WLR_DRM_NO_ATOMIC,1 # electron flickering
|
|
env = ELECTRON_OZONE_PLATFORM_HINT,x11 # Disable after hyprland fixes electron flickering
|
|
|
|
|
|
# I know there is like two 'solutions' already, so have third one - (tested GTX 1060, 555.58.02 drivers) - run flickery apps with --disable-gpu-compositing. This makes apps slightly less smooth (GPU still used tho), but fixes the issue. I think this is better then to disable damage_tracking, which works too.
|
|
|
|
# render {
|
|
# explicit_sync = 1
|
|
# explicit_sync_kms = 1
|
|
# direct_scanout = no
|
|
# }
|