Switch to branch of split-monitor-workspaces
This commit is contained in:
parent
2550456c65
commit
d14db5a303
39
flake.lock
39
flake.lock
|
@ -23,11 +23,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718141734,
|
"lastModified": 1718243258,
|
||||||
"narHash": "sha256-cA+6l8ZCZ7MXGijVuY/1f55+wF/RT4PlTR9+g4bx86w=",
|
"narHash": "sha256-abBpj2VU8p6qlRzTU8o22q68MmOaZ4v8zZ4UlYl5YRU=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "892f76bd0aa09a0f7f73eb41834b8a904b6d0fad",
|
"rev": "8d5e27b4807d25308dfe369d5a923d87e7dbfda3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -76,11 +76,11 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718139749,
|
"lastModified": 1718271227,
|
||||||
"narHash": "sha256-VcWBqYRI82PuyqD5jZrmSkvVKGq4Ax0iNO5HI0aFRV0=",
|
"narHash": "sha256-Hxhfto9rd4Cf5Y5W6LGnAR0VrBpfuVM9fQOkikVMGV0=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "8412ffcc42012888757cd00a004871e8bc353cf2",
|
"rev": "a54f98c20301a71efe5e73a8fc5e1bcd66f2bd34",
|
||||||
"revCount": 4805,
|
"revCount": 4817,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
|
@ -262,11 +262,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718189173,
|
"lastModified": 1718270519,
|
||||||
"narHash": "sha256-PVau5Ijdz6DNjUUBpZ5QwygfyqiK+imr62q4+kxJkzo=",
|
"narHash": "sha256-IyuJZKTLtaDtiX03QhPKzxs/gkhkYNfhTc7aAYaJZU4=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "a881f3b94209d231585fba2c435ebe0437a6b217",
|
"rev": "c2df46777b3908e9b11eacb4f576308e5467812b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -293,17 +293,18 @@
|
||||||
"nix-filter": "nix-filter"
|
"nix-filter": "nix-filter"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718131642,
|
"lastModified": 1718131658,
|
||||||
"narHash": "sha256-kSxes9PQWJjUSSWq2VAEFvUQtmxJ4bvmx8jEpeupGbk=",
|
"narHash": "sha256-bvEPsdXwHv//dmzptxCAOPQ0fzsMWXFejAbUrwk+1Q8=",
|
||||||
"owner": "Duckonaut",
|
"ref": "fix/hyprutils",
|
||||||
"repo": "split-monitor-workspaces",
|
"rev": "70d64da45f7bbd777cd43f2bf65ee40d40266da3",
|
||||||
"rev": "342de8a2cddf8143d7ce9c13c10613af8aa78c6e",
|
"revCount": 72,
|
||||||
"type": "github"
|
"type": "git",
|
||||||
|
"url": "https://github.com/Duckonaut/split-monitor-workspaces"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Duckonaut",
|
"ref": "fix/hyprutils",
|
||||||
"repo": "split-monitor-workspaces",
|
"type": "git",
|
||||||
"type": "github"
|
"url": "https://github.com/Duckonaut/split-monitor-workspaces"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"systems": {
|
"systems": {
|
||||||
|
|
|
@ -16,8 +16,10 @@
|
||||||
submodules = true;
|
submodules = true;
|
||||||
};
|
};
|
||||||
split-monitor-workspaces = {
|
split-monitor-workspaces = {
|
||||||
url = "github:Duckonaut/split-monitor-workspaces";
|
type = "git";
|
||||||
|
url = "https://github.com/Duckonaut/split-monitor-workspaces";
|
||||||
inputs.hyprland.follows = "hyprland";
|
inputs.hyprland.follows = "hyprland";
|
||||||
|
ref = "fix/hyprutils";
|
||||||
};
|
};
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
};
|
};
|
||||||
|
|
|
@ -19,12 +19,12 @@ let
|
||||||
echo -n "''${code[-1]}" | ${pkgs.wl-clipboard}/bin/wl-copy;
|
echo -n "''${code[-1]}" | ${pkgs.wl-clipboard}/bin/wl-copy;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Enable split-monitor-workspaces
|
workspace_command_prefix = "split-";
|
||||||
# workspace_command_prefix = "split-";
|
hyprland_plugins = [inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces];
|
||||||
# hyprland_plugins = [inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces];
|
|
||||||
|
|
||||||
workspace_command_prefix = "";
|
# Disable split-monitor-workspaces
|
||||||
hyprland_plugins = [];
|
# workspace_command_prefix = "";
|
||||||
|
# hyprland_plugins = [];
|
||||||
|
|
||||||
launch_alacritty = pkgs.writeShellScriptBin "launch_alacritty" ''
|
launch_alacritty = pkgs.writeShellScriptBin "launch_alacritty" ''
|
||||||
RUNNING_WAYPIPE=false
|
RUNNING_WAYPIPE=false
|
||||||
|
|
Loading…
Reference in New Issue