Home Gen250 @ 2024-05-14-19:09
This commit is contained in:
parent
befd00ed60
commit
d3a1b25280
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user