ADD: working button to control boolean float
This commit is contained in:
11
Makefile
11
Makefile
@@ -1,4 +1,4 @@
|
||||
NAME=floarbar
|
||||
NAME=floatbar
|
||||
DOMAIN=tomtroeger.de
|
||||
|
||||
.PHONY: all pack install clean
|
||||
@@ -27,4 +27,11 @@ install: $(NAME).zip
|
||||
@mv dist ~/.local/share/gnome-shell/extensions/$(NAME)@$(DOMAIN)
|
||||
|
||||
clean:
|
||||
@rm -rf dist node_modules $(NAME).zip
|
||||
@rm -rf dist node_modules $(NAME).zip
|
||||
|
||||
test:
|
||||
@dbus-run-session -- gnome-shell --nested --wayland
|
||||
|
||||
full:
|
||||
@make install
|
||||
@make test
|
||||
Reference in New Issue
Block a user