added kando, added blender config to persistent storage

This commit is contained in:
Aleksandr Lebedev 2024-12-23 12:08:34 +01:00
parent 9d429dc28d
commit 2e2d2a464f
7 changed files with 462 additions and 6 deletions

View file

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

View file

@ -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:example-menu"
"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
@ -170,6 +170,9 @@ in
"noanim, kando"
"float, kando"
"pin, kando"
#blender
"opaque, blender"
];
windowrulev2 = [