noctalia plugins

This commit is contained in:
2026-02-09 14:00:20 +01:00
parent 0fa36a0b71
commit e933df2150
+3 -5
View File
@@ -402,11 +402,9 @@ in
# Applications
"Mod+Return".action.spawn = "footclient";
"Mod+T".action.spawn = [
"sh"
"-c"
"if pgrep -f '^foot -T dropdown$' >/dev/null; then pkill -f '^foot -T dropdown$'; else exec foot -T dropdown; fi"
];
"Mod+T".action.spawn = noctalia "plugin togglePanel notes-scratchpad";
"Mod+A".action.spawn = noctalia "plugin:assistant-panel open";
# Noctalia launcher
#"Mod+D".action.spawn = noctalia "launcher toggle";
"Mod+D".action.spawn = "fuzzel";