diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-12-30 10:41:11 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-12-30 10:41:11 +0100 |
| commit | c7db585a46a6d0dfe8fd17bfedbe4f5a8d324b93 (patch) | |
| tree | 835127b742ee83437a8ef3d3199ba70f99680135 | |
| parent | 8039abb0e63d72f05bd4de25a10badce8aa66d57 (diff) | |
flake: update
| -rw-r--r-- | common/home/hyprland/default.nix | 10 | ||||
| -rw-r--r-- | flake.lock | 24 |
2 files changed, 21 insertions, 13 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index 9920b7e..d33e8af 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -32,6 +32,9 @@ "$mod, j, movefocus, d" "$mod, f, fullscreen" + "$mod, Return, layoutmsg, swapwithmaster master" + "$mod, i, layoutmsg, addmaster" + "$mod, d, layoutmsg, removemaster" "$mod+Shift, h, movewindow, l" "$mod+Shift, l, movewindow, r" @@ -87,7 +90,7 @@ general = { gaps_in = 10; gaps_out = 10; - layout = "dwindle"; + layout = "master"; border_size = 3; "col.active_border" = "rgba(b16286ff)"; "col.inactive_border" = "rgba(3c3836ff)"; @@ -120,6 +123,11 @@ preserve_split = true; }; + master = { + new_on_top = true; + new_status = "master"; + }; + input = { kb_options = "caps:escape"; @@ -133,11 +133,11 @@ ] }, "locked": { - "lastModified": 1734366194, - "narHash": "sha256-vykpJ1xsdkv0j8WOVXrRFHUAdp9NXHpxdnn1F4pYgSw=", + "lastModified": 1735344290, + "narHash": "sha256-oJDtWPH1oJT34RJK1FSWjwX4qcGOBRkcNQPD0EbSfNM=", "owner": "nix-community", "repo": "home-manager", - "rev": "80b0fdf483c5d1cb75aaad909bd390d48673857f", + "rev": "613691f285dad87694c2ba1c9e6298d04736292d", "type": "github" }, "original": { @@ -219,11 +219,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1734991663, - "narHash": "sha256-8T660guvdaOD+2/Cj970bWlQwAyZLKrrbkhYOFcY1YE=", + "lastModified": 1735412871, + "narHash": "sha256-Qoz0ow6jDGUIBHxduc7Y1cjYFS71tvEGJV5Src/mj98=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6c90912761c43e22b6fb000025ab96dd31c971ff", + "rev": "9f94733f93e4fe6e82f516efae007096e4ab5a21", "type": "github" }, "original": { @@ -235,11 +235,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1734649271, - "narHash": "sha256-4EVBRhOjMDuGtMaofAIqzJbg4Ql7Ai0PSeuVZTHjyKQ=", + "lastModified": 1735471104, + "narHash": "sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d70bd19e0a38ad4790d3913bf08fcbfc9eeca507", + "rev": "88195a94f390381c6afcdaa933c2f6ff93959cb4", "type": "github" }, "original": { @@ -264,11 +264,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1734956286, - "narHash": "sha256-8h7Fs6S+Ftg3NNmwT/KkYWI9epUNPCMPn56QFXOfmTM=", + "lastModified": 1735378670, + "narHash": "sha256-A8aQA+YhJfA8mUpzXOZdlXNnKiZg2EcpCn1srgtBjTs=", "owner": "nix-community", "repo": "nixvim", - "rev": "8938e09db14d510dcc2f266e8b2e738ee527d386", + "rev": "f4b0b81ef9eb4e37e75f32caf1f02d5501594811", "type": "github" }, "original": { |