This commit is contained in:
Varris 2023-06-01 23:41:25 +02:00
parent 1318405807
commit 13a99a3c19
3 changed files with 7 additions and 5 deletions

View File

@ -175,15 +175,16 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1685632091, "lastModified": 1685380658,
"narHash": "sha256-RAfDARolNWT4ZF8IH6WwVd2s0jMuaA9zUPeb+I8/L1A=", "narHash": "sha256-LPih0Q//p8IurXG9kGRVGAqV4AUKVYj9xkk3sYYAj6I=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland", "repo": "hyprland",
"rev": "9cf72a30fc040f0bd2fb4651ec7f8e82df962278", "rev": "51a930f802c71a0e67f05e7b176ded74e8e95f87",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hyprwm", "owner": "hyprwm",
"ref": "v0.26.0",
"repo": "hyprland", "repo": "hyprland",
"type": "github" "type": "github"
} }

View File

@ -5,7 +5,7 @@
nixpkgs.url = "nixpkgs/nixpkgs-unstable"; nixpkgs.url = "nixpkgs/nixpkgs-unstable";
home-manager.url = "github:nix-community/home-manager"; home-manager.url = "github:nix-community/home-manager";
hyprland.url = "github:hyprwm/hyprland"; hyprland.url = "github:hyprwm/hyprland/v0.26.0";
hyprland-contrib.url = "github:hyprwm/contrib"; hyprland-contrib.url = "github:hyprwm/contrib";
hyprpicker.url = "github:hyprwm/hyprpicker"; hyprpicker.url = "github:hyprwm/hyprpicker";
@ -36,7 +36,7 @@
overlays = [ overlays = [
self.overlays.default self.overlays.default
inputs.chaotic-nyx.overlays.default # inputs.chaotic-nyx.overlays.default
inputs.hyprland.overlays.default inputs.hyprland.overlays.default
inputs.hyprland-contrib.overlays.default inputs.hyprland-contrib.overlays.default
inputs.hyprpicker.overlays.default inputs.hyprpicker.overlays.default

View File

@ -159,6 +159,7 @@ in
bind = ${modKey} SHIFT, 3, movetoworkspace, 3 bind = ${modKey} SHIFT, 3, movetoworkspace, 3
bind = ${modKey} SHIFT, 4, movetoworkspace, 4 bind = ${modKey} SHIFT, 4, movetoworkspace, 4
bind = ${modKey} SHIFT, 5, movetoworkspace, 5 bind = ${modKey} SHIFT, 5, movetoworkspace, 5
bind = ${modKey} SHIFT, 6, movetoworkspace, 6
bindm = ${modKey}, mouse:272, movewindow bindm = ${modKey}, mouse:272, movewindow