diff options
author | zachir <zachir@librem.one> | 2023-03-27 02:32:06 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-27 02:32:06 -0500 |
commit | 39543d9ba966298db3d1cbcc2117438763dd1be5 (patch) | |
tree | b4156eb27acd4ca2e58f079727b5fa544b9b5587 | |
parent | 13c72b220f16127d3bbbfecfa6c7510534605f90 (diff) |
attempted to disable hyprland animations; did not work
-rw-r--r-- | hypr/hyprland.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 89b6613..36bf50a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -33,6 +33,11 @@ input { } #}}} +animation=global,0,1,default +#animation=windows,0,1,default +#animation=fade,0,1,default +#animation=workspaces,0,1,default + #{{{ General options general { # See https://wiki.hyprland.org/Configuring/Variables/ for more |