From b48a9ff608499f056c629f2c4dbb7224d3175f85 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 30 Aug 2024 20:19:07 +0200 Subject: [PATCH] hyprland/workspaces.nix: add credit to jacekpoz --- modules/wms/wayland/hyprland/workspaces.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/wms/wayland/hyprland/workspaces.nix b/modules/wms/wayland/hyprland/workspaces.nix index 1e739d1..a209a17 100644 --- a/modules/wms/wayland/hyprland/workspaces.nix +++ b/modules/wms/wayland/hyprland/workspaces.nix @@ -23,7 +23,8 @@ in { # INFO: This is a custom function to map all of my monitors to workspaces. # Since I use split-monitor-workspaces, I map 10 workspaces to each monitor # and set the first one to be the default one. - # To be able to use this for a varying amount of monitors we do some nasty trickery: + # To be able to use this for a varying amount of monitors we do some nasty trickery. + # This was inspired by jacekpoz, whose configuration is linked in this project's README.md. workspace = # We're creating several lists of workspace assignments, one for each monitor, # and have to merge them into one big list.