improve hyprland config on laptop

Amolith created

Change summary

dot_config/hypr/hyprland.conf.tmpl | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Detailed changes

dot_config/hypr/hyprland.conf.tmpl 🔗

@@ -11,6 +11,11 @@ monitor=eDP-1,2256x1504@60,auto,1.333333
 {{- end }}
 
 
+xwayland {
+    force_zero_scaling = true
+}
+
+
 # See https://wiki.hyprland.org/Configuring/Keywords/ for more
 
 # Execute your favorite apps at launch
@@ -132,6 +137,7 @@ misc {
     force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
     enable_swallow          = yes
     focus_on_activate       = yes
+    background_color        = rgb(24273A)
 }
 
 # Example windowrule v1
@@ -147,7 +153,7 @@ $mod = SUPER
 
 # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
 # Applications
-bindr = $mod      ,                      , exec          , $menu
+bindr = $mod      , Z                    , exec          , rofi -show drun
 bind  = $mod      , RETURN               , exec          , $terminal
 bind  = $mod      , E                    , exec          , $fileManager