Skip to content

Commit

Permalink
refactor(apps): make vesktop silently open on specified workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Oct 18, 2024
1 parent bfe0863 commit d66e04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/desktop/apps/vesktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ in {

wayland.windowManager.hyprland.settings = mkIf (config.modules.desktop.wm.hyprland.enable) {
windowrulev2 = [
"workspace ${workspace.name}, class:${class}"
"workspace ${workspace.name} silent, class:${class}"
"noinitialfocus, class:${class}"
];
};
Expand Down

0 comments on commit d66e04e

Please sign in to comment.