From 9708e59cf4e6425d4aecd74dfc5cc4d92c2d634d Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 12 Mar 2026 16:02:22 +0700 Subject: [PATCH] tweaks and fixes --- modules/home/core/zsh.nix | 2 +- modules/home/rice/hyprland.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home/core/zsh.nix b/modules/home/core/zsh.nix index a1c27ae..ca4bd4f 100644 --- a/modules/home/core/zsh.nix +++ b/modules/home/core/zsh.nix @@ -66,7 +66,7 @@ "gh-author-setup" = "git config user.name $(gh api -H \"Accept: application/vnd.github+json\" -H \"X-GitHub-Api-Version: 2022-11-28\" /user | jq -r .login) && git config user.email $(gh api -H \"Accept: application/vnd.github+json\" -H \"X-GitHub-Api-Version: 2022-11-28\" /user/emails | jq -r \".[1].email\")"; "convert-pdf" = "libreoffice --headless --convert-to pdf"; - "mcl" = "portablemc start -l $(cat .minecraft/portablemc-launch-params.json | jq -r .email) $(cat .minecraft/portablemc-launch-params.json | jq -r .version)"; + "mcl" = "portablemc start -l $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .email) $(cat ~/.minecraft/portablemc-launch-params.json | jq -r .version)"; "mc" = "ferium upgrade; mcl"; }; initContent = '' diff --git a/modules/home/rice/hyprland.nix b/modules/home/rice/hyprland.nix index 2db9add..b701605 100644 --- a/modules/home/rice/hyprland.nix +++ b/modules/home/rice/hyprland.nix @@ -155,7 +155,8 @@ "stay_focused on, suppress_event fullscreen maximize, dim_around on, float on, match:title ^(Hyprland Polkit Agent|Unlock Login Keyring|KeePassXC -.*)$" "float on, match:title ^(Open|Print|Save|Rename|Move|Copy|Confirm).*" "float on, match:title ^(Preferences|Settings|Options|About|Passbolt).*" - "float on, match:title ^(MainPicker|Volume Control|File Operation Progress|Network Connections|Choose an Application| )$" + "float on, match:title ^(MainPicker|Volume Control|File Operation Progress|Network Connections|Choose an Application)$" + "float on, match:title ^(Please wait)$" ]; }; };