|
506 | 506 | # Whether to enable animations |
507 | 507 | enabled = true; |
508 | 508 |
|
509 | | - # Enable first launch animation |
510 | | - first_launch_animation = true; |
511 | | - |
512 | 509 | # Bezier curve for animations |
513 | 510 | bezier = "myBezier, 0.05, 0.9, 0.1, 1.05"; |
514 | 511 |
|
|
760 | 757 | # Whether mouse moving to another monitor will focus that monitor. |
761 | 758 | mouse_move_focuses_monitor = true; |
762 | 759 |
|
763 | | - # Starts rendering before monitor displays a frame. |
764 | | - render_ahead_of_time = false; |
765 | | - |
766 | | - # How many ms of safezone to add to rendering. |
767 | | - render_ahead_safezone = 1; |
768 | | - |
769 | 760 | # If true, will allow you to restart a lockscreen app (redscreen of death) |
770 | 761 | allow_session_lock_restore = false; |
771 | 762 |
|
|
840 | 831 | # https://wiki.hyprland.org/Configuring/Variables/#render |
841 | 832 |
|
842 | 833 | render = { |
843 | | - # Whether to enable explicit sync support. |
844 | | - # 0 = no |
845 | | - # 1 = yes |
846 | | - # 2 = auto |
847 | | - explicit_sync = 2; |
848 | | - |
849 | | - # Whether to enable explicit sync support for KMS. |
850 | | - explicit_sync_kms = 2; |
851 | | - |
852 | | - # Enables direct scanout. Attempts to reduce lag. |
853 | | - direct_scanout = true; |
| 834 | + # Enables direct scanout. Attempts to reduce lag.a |
| 835 | + # 0 = off |
| 836 | + # 1 = on |
| 837 | + # 2 = auto (on for games) |
| 838 | + direct_scanout = 2; |
854 | 839 | }; |
855 | 840 |
|
856 | 841 | #################### |
@@ -1064,14 +1049,8 @@ in |
1064 | 1049 | # https://wiki.hyprland.org/Configuring/Gestures/ |
1065 | 1050 |
|
1066 | 1051 | gestures = { |
1067 | | - # Whether to enable workspace swipe gestures. |
1068 | | - workspace_swipe = false; |
1069 | | - |
1070 | | - # How many fingers for touchpad gesture. |
1071 | | - workspace_fingers = 3; |
1072 | | - |
1073 | | - # If enabled, workspace_swipe_fingers is the minimum number of fingers required. |
1074 | | - workspace_swipe_min_fingers = false; |
| 1052 | + # Gesture on swiping with 3 fingers |
| 1053 | + gesture = "3, horizontal, workspace"; |
1075 | 1054 |
|
1076 | 1055 | # In px, the distance of the touchpad gesture. |
1077 | 1056 | workspace_swipe_distance = 300; |
|
0 commit comments