noctalia plugins
This commit is contained in:
+3
-5
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user