diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index bdc74e5..440ae90 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -2,10 +2,10 @@ source=binds.conf monitor = eDP-1, 1920x1200@60, 0x0, 1 -exec-once = startup env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 +exec-once = startup exec-once = hyprctl dispatch workspace 1 # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ @@ -60,7 +60,7 @@ master { new_status = master new_on_top = true orientation = left - mfact = 0.6 + mfact = 0.5 } misc { @@ -101,4 +101,4 @@ animations { windowrule = suppressevent maximize, class:.* # Fix some dragging issues with XWayland -windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
\ No newline at end of file +windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 |
