From ef7b3c047c6e16cf1faccf355b72b3656360f5a0 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 17 May 2023 00:28:05 +0200 Subject: [PATCH] Update config to new hyprland syntax --- home/christoph/nixtop/default.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 ''; }; };