From 88623f32d7c0aa586e8221d2669468029ba0d88b Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Thu, 16 Oct 2025 03:44:33 -0400 Subject: [PATCH] feat: update devkit command --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 97e24fa..86e9f39 100644 --- a/justfile +++ b/justfile @@ -24,11 +24,11 @@ build-package: build install: build mkdir -p ~/.local/share/gnome-shell/extensions/{{NAME}}@{{DOMAIN}} - rm -rf /.local/share/gnome-shell/extensions/{{NAME}}@{{DOMAIN}}/* + rm -rf ~/.local/share/gnome-shell/extensions/{{NAME}}@{{DOMAIN}}/* cp -r dist/* ~/.local/share/gnome-shell/extensions/{{NAME}}@{{DOMAIN}}/ run: - env MUTTER_DEBUG_DUMMY_MODE_SPECS=1280x720 dbus-run-session -- gnome-shell --nested --wayland + env MUTTER_DEBUG_DUMMY_MODE_SPECS=1280x720 dbus-run-session -- gnome-shell --devkit --wayland install-and-run: install run