Home Gen250 @ 2024-05-14-19:09

This commit is contained in:
Jonas Röger 2024-05-14 19:09:58 +02:00
parent befd00ed60
commit d3a1b25280

View File

@ -47,15 +47,16 @@
builtins.concatLists (builtins.genList ( builtins.concatLists (builtins.genList (
x: let x: let
ws = let ws = let
c = (x + 1) / 10; c = (x + 1) / 8;
in in
builtins.toString (x + 1 - (c * 10)); builtins.toString (x + 1 - (c * 8));
in [ in [
"$mod, ${ws}, workspace, ${toString (x + 1)}" "$mod, ${ws}, workspace, ${toString (x + 1)}"
"$mod SHIFT, ${ws}, movetoworkspace, ${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/ # See https://wiki.hyprland.org/Configuring/Monitors/
monitor = ",preferred,auto,1"; monitor = ",preferred,auto,1";