From eeafc813eb5d75bf89dfde91607e02da2806146b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 11:18:53 +0900 Subject: fixes https://github.com/JaKooLit/Hyprland-Dots/issues/623 --- config/hypr/UserConfigs/UserSettings.conf | 8 +++----- copy.sh | 9 ++++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 6a4de234..9271be3c 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -74,7 +74,6 @@ gestures { #workspace_swipe_use_r = true #uncomment if wanted a forever create a new workspace with swipe right } - misc { disable_hyprland_logo = true disable_splash_rendering = true @@ -104,17 +103,16 @@ xwayland { force_zero_scaling = true } -# render section for Hyprland >= v0.42.0 render { explicit_sync = 2 explicit_sync_kms = 2 - direct_scanout = false + direct_scanout = 0 } cursor { sync_gsettings_theme = true - no_hardware_cursors = false + no_hardware_cursors = 2 # change to 1 if want to disable enable_hyprcursor = true warp_on_change_workspace = 2 no_warps = true -} +} \ No newline at end of file diff --git a/copy.sh b/copy.sh index 54f6109b..0140b93c 100755 --- a/copy.sh +++ b/copy.sh @@ -92,17 +92,16 @@ if lspci -k | grep -A 2 -E "(VGA|3D)" | grep -iq nvidia; then sed -i '/env = LIBVA_DRIVER_NAME,nvidia/s/^#//' config/hypr/UserConfigs/ENVariables.conf sed -i '/env = __GLX_VENDOR_LIBRARY_NAME,nvidia/s/^#//' config/hypr/UserConfigs/ENVariables.conf sed -i '/env = NVD_BACKEND,direct/s/^#//' config/hypr/UserConfigs/ENVariables.conf - # enabling no hardware cursors if nvidia detected - sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)false/\1true/' config/hypr/UserConfigs/UserSettings.conf - # disabling explicit sync for nvidia for now (Hyprland 0.42.0) - #sed -i 's/ explicit_sync = 2/ explicit_sync = 0/' config/hypr/UserConfigs/UserSettings.conf + #no hardware cursors if nvidia detected + #sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)2/\1 1/' config/hypr/UserConfigs/UserSettings.conf + #sed -i 's/^\([[:space:]]*explicit_sync[[:space:]]*=[[:space:]]*\)2/\1 0/' config/hypr/UserConfigs/UserSettings.conf fi # uncommenting WLR_RENDERER_ALLOW_SOFTWARE,1 if running in a VM is detected if hostnamectl | grep -q 'Chassis: vm'; then echo "${INFO} System is running in a virtual machine. Setting up proper env's and configs" 2>&1 | tee -a "$LOG" || true + sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)2/\1 1/' config/hypr/UserConfigs/UserSettings.conf # enabling proper ENV's for Virtual Environment which should help - sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)false/\1true/' config/hypr/UserConfigs/UserSettings.conf sed -i '/env = WLR_RENDERER_ALLOW_SOFTWARE,1/s/^#//' config/hypr/UserConfigs/ENVariables.conf #sed -i '/env = LIBGL_ALWAYS_SOFTWARE,1/s/^#//' config/hypr/UserConfigs/ENVariables.conf sed -i '/monitor = Virtual-1, 1920x1080@60,auto,1/s/^#//' config/hypr/monitors.conf -- cgit v1.2.3 From 3bcedb17ecfa0e8007b7a829d6595024ea771154 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 13:35:50 +0900 Subject: danggit.... --- config/hypr/UserConfigs/Startup_Apps.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index a5f1027a..14d52553 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -37,9 +37,6 @@ exec-once = $UserScripts/RainbowBorders.sh # Starting hypridle to start hyprlock exec-once = hypridle -<<<<<<< HEAD -======= ->>>>>>> 98bd6af (this is ajoke) # Here are list of features available but disabled by default # exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper -- cgit v1.2.3 From 614d2094038554d7178d335c83fbd964b49d988a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 13:37:53 +0900 Subject: hmmm there was something wrong with synchronization --- config/hypr/UserConfigs/Startup_Apps.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 14d52553..00b5bde2 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -37,6 +37,7 @@ exec-once = $UserScripts/RainbowBorders.sh # Starting hypridle to start hyprlock exec-once = hypridle + # Here are list of features available but disabled by default # exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper -- cgit v1.2.3 From 575bd00110de69ef45d32993658f25265bf9c97d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 13:44:49 +0900 Subject: updated waybar neon circuit.css --- config/waybar/style/[Extra] Neon Circuit.css | 1 - 1 file changed, 1 deletion(-) diff --git a/config/waybar/style/[Extra] Neon Circuit.css b/config/waybar/style/[Extra] Neon Circuit.css index 0c89c952..2415841a 100644 --- a/config/waybar/style/[Extra] Neon Circuit.css +++ b/config/waybar/style/[Extra] Neon Circuit.css @@ -91,7 +91,6 @@ tooltip { #keyboard-state, #memory, #mode, -#mpris, #network, #power-profiles-daemon, #pulseaudio, -- cgit v1.2.3