diff --git a/config/ags/js/bar/gesture.js b/config/ags/js/bar/gesture.js index 0097ec66..a90815f2 100644 --- a/config/ags/js/bar/gesture.js +++ b/config/ags/js/bar/gesture.js @@ -21,7 +21,7 @@ export const Gesture = ({ [gesture, box => { const velocity = gesture.get_velocity()[1]; - if (velocity < -50) + if (velocity < -100) openWindow('quick-settings'); }, 'update'], diff --git a/nixos/cfg/boot.nix b/nixos/cfg/boot.nix index 864466a3..8d0ff890 100644 --- a/nixos/cfg/boot.nix +++ b/nixos/cfg/boot.nix @@ -39,10 +39,11 @@ plymouth = { enable = true; - #themePackages = [ pkgs.catppuccin-plymouth ]; - #theme = "catppuccin-macchiato"; themePackages = [ pkgs.dracula-plymouth ]; theme = "dracula"; }; + + # https://github.com/NixOS/nixpkgs/issues/254807#issuecomment-1722351771 + swraid.enable = false; }; }