diff --git a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix index c2d46ca7..c2b0a63b 100644 --- a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix +++ b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix @@ -73,17 +73,12 @@ } animations { - # https://wiki.hyprland.org/Configuring/Animations/ - enabled = true - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 1, 10, default - animation = borderangle, 1, 8, default - animation = fade, 1, 7, default - animation = workspaces, 1, 6, default - } - dwindle { + # https://wiki.hyprland.org/Configuring/Animations/ enabled = true + bezier = myBezier, 0.05, 0.9, 0.1, 1.05 animation = windows, 1, 7, + myBezier animation = windowsOut, 1, 7, default, popin 80% animation = + border, 1, 10, default animation = borderangle, 1, 8, default + animation = fade, 1, 7, default animation = workspaces, 1, 6, default + } dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # you probably want this @@ -170,7 +165,8 @@ bind = $mainMod, S, exec, steam # Lock the screen, send to swaylock and pause music - bind = $mainMod, L, exec, playerctl pause && sleep 0.5 && swaylock + bind = $mainMod, L, exec, swaylock + bind = $mainMod, L, exec, playerctl pause # to switch between windows in a floating workspace bind = $mainMod ,Tab, cyclenext, # change focus to another window diff --git a/home-manager/common/software/cli/themes/green/doom-emacs.d/packages.el b/home-manager/common/software/cli/themes/green/doom-emacs.d/packages.el index 8c73f7bf..c60b4b1a 100644 --- a/home-manager/common/software/cli/themes/green/doom-emacs.d/packages.el +++ b/home-manager/common/software/cli/themes/green/doom-emacs.d/packages.el @@ -1,3 +1,3 @@ ;; Themes - Test (package! gruvbox-theme) -(package! doom-pine) +(package! forest-blue-theme)