diff --git a/flake.lock b/flake.lock index 8aef516c..75baf62d 100644 --- a/flake.lock +++ b/flake.lock @@ -76,7 +76,6 @@ }, "original": { "owner": "Misterio77", - "ref": "testity-test", "repo": "nix-colors", "type": "github" } diff --git a/users/misterio/features/desktop-sway/sway.nix b/users/misterio/features/desktop-sway/sway.nix index 7e41b332..4d666cf9 100644 --- a/users/misterio/features/desktop-sway/sway.nix +++ b/users/misterio/features/desktop-sway/sway.nix @@ -265,7 +265,7 @@ rec { "${modifier}+Print" = "exec ${grimshot} --notify copy window"; # Application menu - "${modifier}+x" = "exec ${wofi} -S drun -x 10 -y 10 -W 20% -H 60%"; + "${modifier}+x" = "exec ${wofi} -S drun -x 10 -y 10 -W 25% -H 60%"; # Full screen across monitors "${modifier}+shift+f" = "fullscreen toggle global";