added kando, added blender config to persistent storage
This commit is contained in:
parent
9d429dc28d
commit
2e2d2a464f
7 changed files with 462 additions and 6 deletions
|
|
@ -2,5 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
../kando
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue