From 8ec1744969b0d4e745e0742a0180a94c12eb3550 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:23:20 +0200 Subject: [PATCH] Update --- docs/TODO.md | 1 + home/system/hyprland/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; };