diff --git a/docs/TODO.md b/docs/TODO.md index f25eff8..0c93e89 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -12,6 +12,7 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md)) - [ ] Different link on web/mobile (so it can open ios/android apps) - [ ] Test services ? (ping) - [ ] Nixvim + - [ ] Nerdfont pluggins to search and paste in the code - [ ] Telescope shortcut for file content - [ ] Markdown snippets - [ ] Make whichkey better diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 31652dd..4d9053d 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -137,7 +137,7 @@ blur = { enabled = false; }; }; - master = { new_is_master = true; }; + master = { new_status = true; }; gestures = { workspace_swipe = true; };