Browse Source

Merge pull request #11 from Krautt/main

[FEATURE] Waybar RELOADS & WAYLAND SCALING PREVENTING
pull/13/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
e0bff6f6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/hypr/configs/Keybinds.conf
  2. 5
      config/hypr/configs/Monitors.conf

1
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"

5
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

Loading…
Cancel
Save