Small update

This commit is contained in:
2026-03-28 15:26:16 -04:00
parent d86a8b884e
commit 06a8e77924
14 changed files with 664 additions and 43 deletions

View File

@@ -8,6 +8,7 @@ let
# Executables
foot = lib.getExe' config.programs.foot.package "foot";
vicinae = lib.getExe' config.programs.vicinae.package "vicinae";
yazi = lib.getExe' config.programs.yazi.package "yazi";
noctalia-shell = lib.getExe' config.programs.noctalia-shell.package "noctalia-shell";
playerctl = lib.getExe' pkgs.playerctl "playerctl";
wpctl = lib.getExe' pkgs.wireplumber "wpctl";
@@ -69,6 +70,15 @@ in
repeat = false;
hotkey-overlay.title = "Launcher";
};
"Mod+E" = {
action.spawn = [
foot
"-e"
yazi
];
repeat = false;
hotkey-overlay.title = "File Explorer";
};
"Mod+Escape" = {
action.spawn = [
noctalia-shell
@@ -422,7 +432,7 @@ in
{ app-id = "foot"; }
{ app-id = "Alacritty"; }
];
opacity = 0.93;
opacity = 0.90;
default-column-width.proportion = 0.4;
}
];
@@ -438,10 +448,9 @@ in
hotkey-overlay = {
skip-at-startup = true;
};
# If not using systemd for noctalia, use this
# spawn-at-startup = [
# { argv = [ "noctalia-shell" ]; }
# ];
spawn-at-startup = [
{ argv = [ "noctalia-shell" ]; }
];
cursor = {
size = config.stylix.cursor.size;
theme = config.stylix.cursor.name;