diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2025-12-16 19:17:06 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2025-12-16 19:17:06 +0400 |
| commit | ba4d35eb3457b10427036c5a85f4870540dfb575 (patch) | |
| tree | dbf943492f8519e755609a224a30f3b039bab4c6 /.config/hypr/hyprland.conf | |
| parent | 3c93bd17544151bb4cb2af802eb2d76fc996adaa (diff) | |
chore(hyprland): update config to latest version
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 29c19ae..ccb6007 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -5,10 +5,16 @@ monitor=HDMI-A-1,1920x1080,auto,1.25,mirror,eDP-1 # Mirror through type-c # monitor=DP-1,1920x1080,auto,1.25,mirror,eDP-1 +# # Main +# monitor=eDP-1,800x600,auto,1 +# # Mirror with hdmi +# monitor=HDMI-A-1,800x600,auto,1,mirror,eDP-1 + # monitor=HDMI-A-1,preferred,auto-left,1 -# monitor=HDMI-A-1,1920x1080,auto,1.25 +# monitor=HDMI-A-1,1920x1080,auto,1 $terminal = alacritty +# $terminal = wezterm $menu = wofi --show run $locker = gtklock @@ -58,7 +64,6 @@ decoration { animations { enabled = true - first_launch_animation = false animation = windows, 1, 7, default, popin 80% animation = windowsOut, 1, 7, default, popin 80% @@ -76,11 +81,12 @@ master { mfact = 0.5 } -gestures { - workspace_swipe = yes - workspace_swipe_distance = 1200 - workspace_swipe_min_speed_to_force = 7 -} +gesture = 3, horizontal, workspace +# gestures { +# workspace_swipe = yes +# workspace_swipe_distance = 1200 +# workspace_swipe_min_speed_to_force = 7 +# } misc { force_default_wallpaper = 0 |