feat(ryu): added vicinae
This commit is contained in:
@@ -39,5 +39,6 @@ lib.optionalAttrs device.hasGui {
|
||||
./zathura.nix
|
||||
./zed.nix
|
||||
./zen.nix
|
||||
./vicinae.nix
|
||||
];
|
||||
}
|
||||
|
||||
8
home/apps/vicinae.nix
Normal file
8
home/apps/vicinae.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{inputs, ...}: {
|
||||
imports = [inputs.vicinae.homeManagerModules.default];
|
||||
services.vicinae = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
extensions = [];
|
||||
};
|
||||
}
|
||||
@@ -199,8 +199,8 @@
|
||||
"$mainModShift, f, alterzorder, top"
|
||||
"$mainMod, f, fullscreen,"
|
||||
"$mainMod, g, fullscreenstate,0,2"
|
||||
"$mainMod, d, exec, ${lib.getExe pkgs.anyrun}"
|
||||
"$mainMod, Space, exec, ${lib.getExe pkgs.anyrun}"
|
||||
"$mainMod, d, exec, ${lib.getExe pkgs.vicinae} toggle"
|
||||
"$mainMod, Space, exec, ${lib.getExe pkgs.vicinae} toggle"
|
||||
"$mainMod, p, pseudo, # dwindle"
|
||||
"$mainMod, v, togglesplit,"
|
||||
"$mainMod, a, exec, ${pkgs.swaynotificationcenter}/bin/swaync-client -t"
|
||||
|
||||
Reference in New Issue
Block a user