Remove dbus use

This commit is contained in:
Øyvind Jensen 2025-04-27 21:06:44 +02:00
parent e8fdeae928
commit 3dafcdd458
2 changed files with 2 additions and 2 deletions

2
zmkc
View file

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
echo "`dbus-uuidgen`;$1" >> ~/.zz/cells echo "`uuid`;$1" >> ~/.zz/cells

2
zmkd
View file

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
echo "`dbus-uuidgen`;$1" >> ~/.zz/dims echo "`uuid`;$1" >> ~/.zz/dims