autocommit

This commit is contained in:
2024-11-16 19:38:04 +03:00
parent d8795bc1f5
commit 714b93f058
4 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
lab
conf.d conf.d
etc etc
*.out.log *.out.log
@@ -11,4 +12,4 @@ env
pipwheels pipwheels
.aider* .aider*
.env .env
tutorials tutorials

3
scripts/open_webui.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
DISPLAY=:0 chromium-browser --kiosk http://0.0.0.0:8001/ui

View File

@@ -0,0 +1 @@
#!/bn/

View File

@@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
DISPLAY=:0 xdotool mousemove 1 1 DISPLAY=:0 xdotool mousemove 1 1
DISPLAY=:0 xset q | grep "DPMS"