diff options
author | zachir <zachir@librem.one> | 2023-04-19 21:58:30 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-04-19 21:58:30 -0500 |
commit | a69e9ab07f98781863c9e1d0316785efa1b0fe46 (patch) | |
tree | 3facd750629c7aafb1b4dccfd530df443c3da321 | |
parent | 41a75bc864d915b904c9577e729c145ffe889305 (diff) | |
parent | 60a6ce97aaca62106f80ffeb656ee7d0c028ea56 (diff) |
Merge branch 'master' of zachir.xyz:zachir/dotfiles into awesome-bling
-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 |