From d3a1b252807c2550339f768445abe01233de94b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 14 May 2024 19:09:58 +0200 Subject: [PATCH] Home Gen250 @ 2024-05-14-19:09 --- home/jonas/hyprland/config.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/jonas/hyprland/config.nix b/home/jonas/hyprland/config.nix index 892d125..125b650 100644 --- a/home/jonas/hyprland/config.nix +++ b/home/jonas/hyprland/config.nix @@ -47,15 +47,16 @@ builtins.concatLists (builtins.genList ( x: let ws = let - c = (x + 1) / 10; + c = (x + 1) / 8; in - builtins.toString (x + 1 - (c * 10)); + builtins.toString (x + 1 - (c * 8)); in [ "$mod, ${ws}, workspace, ${toString (x + 1)}" "$mod SHIFT, ${ws}, movetoworkspace, ${toString (x + 1)}" + "$mod CTRL, ${ws}, movetoworkspacesilent, ${toString (x + 1)}" ] ) - 10) + 8) ); # See https://wiki.hyprland.org/Configuring/Monitors/ monitor = ",preferred,auto,1";