diff options
| author | krautt <kreutchevskya@proton.me> | 2023-11-08 01:10:14 -0300 |
|---|---|---|
| committer | krautt <kreutchevskya@proton.me> | 2023-11-08 01:10:14 -0300 |
| commit | 518acea42ca3fb00d96ef2f6bde0e68fcdf4eb29 (patch) | |
| tree | 644425620e4fcc74ba54fff30d89c1b358a29be8 /config | |
| parent | 8a237a9843cdd81c522e6e514f6fe732c8b25668 (diff) | |
[FEATURE] Waybar RELOADS & WAYLAND SCALING PREVENTING
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/ENVariables.conf | 5 | ||||
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/configs/ENVariables.conf b/config/hypr/configs/ENVariables.conf index 08541a1f..8c0c5414 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 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" |
