mpd stuff

This commit is contained in:
Matt Nish-Lapidus 2025-04-18 17:46:57 -04:00
parent da5f979a59
commit edb92986fc
10 changed files with 362 additions and 16 deletions

View file

@ -258,6 +258,7 @@ in
let
wez = spawn "/home/emenel/.local/bin/wezapp";
wezlaunch = spawn "/home/emenel/.local/bin/wezlauncher";
wezappfloat = spawn "/home/emenel/.local/bin/wezappfloat";
in
{
# shows a list of important hotkeys.
@ -310,8 +311,8 @@ in
action = wez "btop";
};
"Mod+Ctrl+M" = {
hotkey-overlay.title = "plexamp";
action = spawn "plexamp";
hotkey-overlay.title = "music (rmpc)";
action = wez "rmpc";
};
"Mod+V" = {