From 7dc88dea9cecd355ff82a2fa9e4f2308e3eedcc9 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 10 Jul 2024 21:40:50 +0200 Subject: [PATCH] Updated config --- .config/fish/alias.fish | 1 + .config/hypr/animations.conf | 12 ------------ .config/hypr/general.conf | 7 ++++++- 3 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 .config/hypr/animations.conf diff --git a/.config/fish/alias.fish b/.config/fish/alias.fish index 8a2ee20..3ca993a 100644 --- a/.config/fish/alias.fish +++ b/.config/fish/alias.fish @@ -9,6 +9,7 @@ alias gs "git status" # Go alias gb "go build -v" alias gt "go test -v" +alias gts "gotestsum" # Home alias home "git --git-dir=$HOME/.home/ --work-tree=$HOME" diff --git a/.config/hypr/animations.conf b/.config/hypr/animations.conf deleted file mode 100644 index e910725..0000000 --- a/.config/hypr/animations.conf +++ /dev/null @@ -1,12 +0,0 @@ -animations { - enabled = no - - # bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - # - # animation = windows, 1, 2, myBezier - # animation = windowsOut, 1, 2, default, popin 80% - # animation = border, 1, 5, default - # animation = borderangle, 1, 3, default - # animation = fade, 1, 2, default - # animation = workspaces, 1, 1, default -} diff --git a/.config/hypr/general.conf b/.config/hypr/general.conf index a7fa1a6..7cc15bd 100644 --- a/.config/hypr/general.conf +++ b/.config/hypr/general.conf @@ -12,7 +12,12 @@ decoration { } animations { - enabled = false + animation = border, 0 + animation = borderangle, 0 + animation = workspaces, 0 + animation = fade, 1, 1.5, default + animation = windows, 1, 1.5, default + animation = windowsOut, 1, 1.5, default, popin 80% } dwindle {