Disabled kando (because i don't use it)

This commit is contained in:
Aleksandr Lebedev 2024-12-28 14:59:48 +01:00
parent 89f6e2224a
commit 3f06e35f3f
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, inputs, hwconfig, ... }: { pkgs, inputs, hwconfig, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
kando #kando
kdePackages.qtwayland kdePackages.qtwayland
#libsForQt5.qt5.qtwayland #libsForQt5.qt5.qtwayland

View file

@ -2,6 +2,6 @@
{ {
imports = [ imports = [
./hyprland.nix ./hyprland.nix
../kando #../kando
]; ];
} }

View file

@ -39,7 +39,7 @@ in
"${pkgs.clipse}/bin/clipse -listen &" "${pkgs.clipse}/bin/clipse -listen &"
"${pkgs.swww}/bin/swww-daemon &" "${pkgs.swww}/bin/swww-daemon &"
"${pkgs.swww}/bin/swww img ${wallpaper-image} &" "${pkgs.swww}/bin/swww img ${wallpaper-image} &"
"${pkgs.kando}/bin/kando" #"${pkgs.kando}/bin/kando"
]; ];
exec = [ exec = [
@ -65,7 +65,7 @@ in
"$mod, F, fullscreen," "$mod, F, fullscreen,"
"$mod, R, exec, $menu" "$mod, R, exec, $menu"
"$mod, V, exec, $clipboardManager" "$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, I, exec, source ${toggle_monitors}"
"$mod SHIFT, O, exec, hyprctl dispatch dpms on" "$mod SHIFT, O, exec, hyprctl dispatch dpms on"
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys