From 6366b50a63f20b045c7d944ed46cba77e3e4556d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Jan 2025 13:12:03 +0100 Subject: ... --- accounts/gkleen@sif/niri/default.nix | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'accounts') diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 57bc578c..40f733e8 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix @@ -238,8 +238,8 @@ in { "005" = { name = "edit"; open-on-output = "eDP-1"; }; "101".name = "comm"; "102".name = "web"; - "104".name = "read"; - "105".name = "mon"; + # "104".name = "read"; + # "105".name = "mon"; "110".name = "vid"; }; @@ -289,25 +289,25 @@ in { matches = [ { app-id = "^firefox$"; } ]; open-on-workspace = "web"; } - { - matches = [ - { app-id = "^evince$"; } - { app-id = "^imv$"; } - { app-id = "^org\.pwmt\.zathura$"; } - ]; - open-on-workspace = "read"; - } + # { + # matches = [ + # { app-id = "^evince$"; } + # { app-id = "^imv$"; } + # { app-id = "^org\.pwmt\.zathura$"; } + # ]; + # open-on-workspace = "read"; + # } { matches = [ { app-id = "^mpv$"; } ]; open-on-workspace = "vid"; } - { - matches = [ - { app-id = "^qemu$"; } - { app-id = "^virt-manager$"; } - ]; - open-on-workspace = "mon"; - } + # { + # matches = [ + # { app-id = "^qemu$"; } + # { app-id = "^virt-manager$"; } + # ]; + # open-on-workspace = "mon"; + # } ]; binds = with config.lib.niri.actions; { -- cgit v1.2.3