summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/niri/default.nix34
1 files changed, 17 insertions, 17 deletions
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 {
238 "005" = { name = "edit"; open-on-output = "eDP-1"; }; 238 "005" = { name = "edit"; open-on-output = "eDP-1"; };
239 "101".name = "comm"; 239 "101".name = "comm";
240 "102".name = "web"; 240 "102".name = "web";
241 "104".name = "read"; 241 # "104".name = "read";
242 "105".name = "mon"; 242 # "105".name = "mon";
243 "110".name = "vid"; 243 "110".name = "vid";
244 }; 244 };
245 245
@@ -289,25 +289,25 @@ in {
289 matches = [ { app-id = "^firefox$"; } ]; 289 matches = [ { app-id = "^firefox$"; } ];
290 open-on-workspace = "web"; 290 open-on-workspace = "web";
291 } 291 }
292 { 292 # {
293 matches = [ 293 # matches = [
294 { app-id = "^evince$"; } 294 # { app-id = "^evince$"; }
295 { app-id = "^imv$"; } 295 # { app-id = "^imv$"; }
296 { app-id = "^org\.pwmt\.zathura$"; } 296 # { app-id = "^org\.pwmt\.zathura$"; }
297 ]; 297 # ];
298 open-on-workspace = "read"; 298 # open-on-workspace = "read";
299 } 299 # }
300 { 300 {
301 matches = [ { app-id = "^mpv$"; } ]; 301 matches = [ { app-id = "^mpv$"; } ];
302 open-on-workspace = "vid"; 302 open-on-workspace = "vid";
303 } 303 }
304 { 304 # {
305 matches = [ 305 # matches = [
306 { app-id = "^qemu$"; } 306 # { app-id = "^qemu$"; }
307 { app-id = "^virt-manager$"; } 307 # { app-id = "^virt-manager$"; }
308 ]; 308 # ];
309 open-on-workspace = "mon"; 309 # open-on-workspace = "mon";
310 } 310 # }
311 ]; 311 ];
312 312
313 binds = with config.lib.niri.actions; { 313 binds = with config.lib.niri.actions; {