[Merge] merged old laptop with new pc config with nvidia

This commit is contained in:
2025-04-18 00:52:10 +02:00
parent 76ac24840b
commit e8e5b8bef2
49 changed files with 2195 additions and 459 deletions

View File

@@ -3,4 +3,23 @@
# █▄█ ▄█ ██▄ █▀▄   █▀▀ █▀▄ ██▄ █▀░ ▄█
# Set your personal hyprland configuration here
# For a sample file, please refer to https://github.com/prasanthrangan/hyprdots/blob/main/Configs/.config/hypr/userprefs.t2
# // █░░ ▄▀█ █░█ █▄░█ █▀▀ █░█
# // █▄▄ █▀█ █▄█ █░▀█ █▄▄ █▀█
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
# }