From 518acea42ca3fb00d96ef2f6bde0e68fcdf4eb29 Mon Sep 17 00:00:00 2001 From: krautt Date: Wed, 8 Nov 2023 01:10:14 -0300 Subject: [PATCH 1/3] [FEATURE] Waybar RELOADS & WAYLAND SCALING PREVENTING --- config/hypr/configs/ENVariables.conf | 5 +++++ config/hypr/configs/Keybinds.conf | 1 + 2 files changed, 6 insertions(+) diff --git a/config/hypr/configs/ENVariables.conf b/config/hypr/configs/ENVariables.conf index 08541a1..8c0c541 100644 --- a/config/hypr/configs/ENVariables.conf +++ b/config/hypr/configs/ENVariables.conf @@ -12,6 +12,11 @@ env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland +#Could help when scaling and not pixelating +xwayland { + force_zero_scaling = true +} + # vulkan #env = WLR_RENDERER,vulkan diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 4641fd3..aaf7443 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -48,6 +48,7 @@ bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh bind = $mainMod, E, exec, $scriptsDir/QuickEdit.sh bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh +bind = CTRL, ESCAPE, exec, killall waybar || waybar #This RELOADS waybar [Double press] #bind = $mainMod SHIFT, M, exec, hyprctl dispatch splitratio -0.3 #bind = $mainMod SHIFT, Y, exec, $term --class clock -T clock -e tty-clock -c -C 7 -r -s -f "%A, %B, %d" From 70f418f01c2921c1b5edc587377cd8a702ac7cd4 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Wed, 8 Nov 2023 16:02:26 +0900 Subject: [PATCH 2/3] Update Monitors.conf --- config/hypr/configs/Monitors.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/hypr/configs/Monitors.conf b/config/hypr/configs/Monitors.conf index f7299e6..b8ea829 100644 --- a/config/hypr/configs/Monitors.conf +++ b/config/hypr/configs/Monitors.conf @@ -3,6 +3,11 @@ # https://wiki.hyprland.org/Configuring/Monitors/ # Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info. +#Could help when scaling and not pixelating +xwayland { + force_zero_scaling = true +} + # Monitors monitor=,preferred,auto,1 From fd6fb0f571ce95e0a8a7b04a8c4947a58a6cfd98 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Wed, 8 Nov 2023 16:02:32 +0900 Subject: [PATCH 3/3] Update ENVariables.conf --- config/hypr/configs/ENVariables.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/hypr/configs/ENVariables.conf b/config/hypr/configs/ENVariables.conf index 8c0c541..08541a1 100644 --- a/config/hypr/configs/ENVariables.conf +++ b/config/hypr/configs/ENVariables.conf @@ -12,11 +12,6 @@ env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland -#Could help when scaling and not pixelating -xwayland { - force_zero_scaling = true -} - # vulkan #env = WLR_RENDERER,vulkan