diff --git a/nixos/modules/hyprland/default.nix b/nixos/modules/hyprland/default.nix index 1f3314b..7b29eb6 100644 --- a/nixos/modules/hyprland/default.nix +++ b/nixos/modules/hyprland/default.nix @@ -1,7 +1,7 @@ { pkgs, inputs, hwconfig, ... }: { environment.systemPackages = with pkgs; [ - kando + #kando kdePackages.qtwayland #libsForQt5.qt5.qtwayland diff --git a/nixos/modules/hyprland/home.nix b/nixos/modules/hyprland/home.nix index 0454222..18a23bf 100644 --- a/nixos/modules/hyprland/home.nix +++ b/nixos/modules/hyprland/home.nix @@ -2,6 +2,6 @@ { imports = [ ./hyprland.nix - ../kando + #../kando ]; } diff --git a/nixos/modules/hyprland/hyprland.nix b/nixos/modules/hyprland/hyprland.nix index 1d6cd6c..810905e 100644 --- a/nixos/modules/hyprland/hyprland.nix +++ b/nixos/modules/hyprland/hyprland.nix @@ -39,7 +39,7 @@ in "${pkgs.clipse}/bin/clipse -listen &" "${pkgs.swww}/bin/swww-daemon &" "${pkgs.swww}/bin/swww img ${wallpaper-image} &" - "${pkgs.kando}/bin/kando" + #"${pkgs.kando}/bin/kando" ]; exec = [ @@ -65,7 +65,7 @@ in "$mod, F, fullscreen," "$mod, R, exec, $menu" "$mod, V, exec, $clipboardManager" - "CTRL, SPACE, global, kando:nix-hyprland" + #"CTRL, SPACE, global, kando:nix-hyprland" "$mod SHIFT, I, exec, source ${toggle_monitors}" "$mod SHIFT, O, exec, hyprctl dispatch dpms on" # Move focus with mainMod + arrow keys