diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | hypr/hyprland.conf | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,7 @@ zsh/.zsh_theme zoomus.conf zirless/ zec-qt-wallet-org/ +yuzu/ ytfzf/subscriptions yabridgectl/ xmonad/.stack-work @@ -157,6 +158,7 @@ computerrc.sh computerrc companion*/ coc/extensions/db.json +cni/ clangd/ chromium/ cef_user_data 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 |