more vscode, plasma stuff, add switch to justfile

This commit is contained in:
cy 2025-02-10 02:35:13 -05:00
parent ff7354c661
commit 9dad1e07cb
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
6 changed files with 51 additions and 5 deletions

View file

@ -35,7 +35,12 @@
"launch-browser" = {
name = "launch browser";
key = "Meta+B";
command = "librewolf";
command = "chromium";
};
"launch-fuzzel" = {
name = "launch-fuzzel";
key = "Meta+d";
command = "fuzzel";
};
};