diff --git a/home/christoph/nixtop/default.nix b/home/christoph/nixtop/default.nix index 55aeeae1..9cd90bf1 100644 --- a/home/christoph/nixtop/default.nix +++ b/home/christoph/nixtop/default.nix @@ -29,15 +29,15 @@ rec { monitor = eDP-1, 1920x1080@60, 0x0, 1 # I have the first 9 workspaces on the main monitor, the last one on the secondary monitor - wsbind = 1, eDP-1 - wsbind = 2, eDP-1 - wsbind = 3, eDP-1 - wsbind = 4, eDP-1 - wsbind = 5, eDP-1 - wsbind = 6, eDP-1 - wsbind = 7, eDP-1 - wsbind = 8, eDP-1 - wsbind = 9, eDP-1 + workspace = 1, monitor:eDP-1 + workspace = 2, monitor:eDP-1 + workspace = 3, monitor:eDP-1 + workspace = 4, monitor:eDP-1 + workspace = 5, monitor:eDP-1 + workspace = 6, monitor:eDP-1 + workspace = 7, monitor:eDP-1 + workspace = 8, monitor:eDP-1 + workspace = 9, monitor:eDP-1 ''; }; };