refactor: project repo changes
This commit is contained in:
parent
0bfcc7b19a
commit
1fbecfd579
11 changed files with 38 additions and 6 deletions
|
|
@ -1,16 +0,0 @@
|
|||
{ lib }:
|
||||
let
|
||||
inherit (builtins) listToAttrs map toString;
|
||||
|
||||
workspaceNumbers = map toString (lib.range 1 9);
|
||||
|
||||
workspaceFocusBindings = listToAttrs (map (ws: {
|
||||
name = "alt-${ws}";
|
||||
value = "workspace ${ws}";
|
||||
}) workspaceNumbers);
|
||||
|
||||
workspaceSendBindings = listToAttrs (map (ws: {
|
||||
name = "alt-shift-${ws}";
|
||||
value = "move-node-to-workspace ${ws}";
|
||||
}) workspaceNumbers);
|
||||
in { inherit workspaceNumbers workspaceFocusBindings workspaceSendBindings; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue