From 39543d9ba966298db3d1cbcc2117438763dd1be5 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 27 Mar 2023 02:32:06 -0500 Subject: attempted to disable hyprland animations; did not work --- hypr/hyprland.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3 From 5eeae6ddccca6bbc2cdb91e53b30c22d64d412fd Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 27 Mar 2023 02:33:03 -0500 Subject: ignore some unknown app's configs; what is cni? --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c7ef462..4542ac6 100644 --- a/.gitignore +++ b/.gitignore @@ -157,6 +157,7 @@ computerrc.sh computerrc companion*/ coc/extensions/db.json +cni/ clangd/ chromium/ cef_user_data -- cgit v1.2.3 From 60a6ce97aaca62106f80ffeb656ee7d0c028ea56 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 27 Mar 2023 02:33:28 -0500 Subject: ignore yuzu configs (switch emulator) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4542ac6..fc2e354 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ zsh/.zsh_theme zoomus.conf zirless/ zec-qt-wallet-org/ +yuzu/ ytfzf/subscriptions yabridgectl/ xmonad/.stack-work -- cgit v1.2.3