diff --git a/home-manager/modules/hypr/hypr.nix b/home-manager/modules/hypr/hypr.nix index 927c0c9..f6ed3b8 100644 --- a/home-manager/modules/hypr/hypr.nix +++ b/home-manager/modules/hypr/hypr.nix @@ -26,25 +26,25 @@ ]; }; - wayland.windowManager.hyprland = { - enable = true; + # wayland.windowManager.hyprland = { + # enable = true; - settings = { - exec = "hyprctl dispatch submap global"; - submap = "global"; - debug = { disable_logs = false; }; - }; - }; + # settings = { + # exec = "hyprctl dispatch submap global"; + # submap = "global"; + # debug = { disable_logs = false; }; + # }; + # }; - imports = [ - ./hyprland/env.nix - ./hyprland/execs.nix - ./hyprland/general.nix - ./hyprland/rules.nix - ./hyprland/colors.nix - ./hyprland/keybinds.nix # done - ./hyprland/active.nix - ./hyprlock.nix # done - ./hypridle.nix # done - ]; + # imports = [ + # ./hyprland/env.nix + # ./hyprland/execs.nix + # ./hyprland/general.nix + # ./hyprland/rules.nix + # ./hyprland/colors.nix + # ./hyprland/keybinds.nix # in process + # ./hyprland/active.nix + # ./hyprlock.nix # done + # ./hypridle.nix # done + # ]; } diff --git a/home-manager/modules/hypr/hyprland/keybinds.nix b/home-manager/modules/hypr/hyprland/keybinds.nix index f73e034..13a29c2 100644 --- a/home-manager/modules/hypr/hyprland/keybinds.nix +++ b/home-manager/modules/hypr/hyprland/keybinds.nix @@ -1,6 +1,26 @@ { config, pkgs, ... }: +# -- Missing -- +# Toggle cheatsheet +# Clipboard history +# Emoji +# Toggle media controls ? +# Change wallpaper +# Restart hyprland and plugins +# AI +# Move from silent to normal workspace +# ---- + +# -- Missing scripts -- +# switch_config.sh +# hide_window.sh +# workspace_action.sh +# launch_first_available.sh +# ---- + { + home.packages = with pkgs; [ wl-clipboard hyprshot tesseract ]; + wayland.windowManager.hyprland.settings = let super = "Super"; in { bind = [ diff --git a/home-manager/modules/programs.nix b/home-manager/modules/programs.nix index 4f8fd20..5de125a 100644 --- a/home-manager/modules/programs.nix +++ b/home-manager/modules/programs.nix @@ -9,6 +9,7 @@ spotify obsidian lmstudio + plantuml ]; # do i really need it?