aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-11-08 16:04:05 +0900
committerGitHub <noreply@github.com>2023-11-08 16:04:05 +0900
commite0bff6f6aebdbdd5ef8afd1413d05fb11d533abf (patch)
treee8327769392f885d07d194c9a896fee01bb84d87
parent0e609f22338acf72980989c2c03067e736848eef (diff)
parentfd6fb0f571ce95e0a8a7b04a8c4947a58a6cfd98 (diff)
Merge pull request #11 from Krautt/main
[FEATURE] Waybar RELOADS & WAYLAND SCALING PREVENTING
-rw-r--r--config/hypr/configs/Keybinds.conf1
-rw-r--r--config/hypr/configs/Monitors.conf5
2 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 4641fd39..aaf74435 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"
diff --git a/config/hypr/configs/Monitors.conf b/config/hypr/configs/Monitors.conf
index f7299e6a..b8ea829d 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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage