diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-06-17 23:46:39 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-06-17 23:46:39 -0400 |
| commit | 5c43abf2d61350c756f9b477b22fa06ef6f49168 (patch) | |
| tree | 296f168ecd60a07c5e888fad0408d8b5b191b68e /.config/hypr/hyprland.conf | |
| parent | 13bbb59350355e4c8a4c1d2655762f63cea25124 (diff) | |
fuzzel
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 |
