autocommit
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
lab
|
||||
conf.d
|
||||
etc
|
||||
*.out.log
|
||||
@@ -11,4 +12,4 @@ env
|
||||
pipwheels
|
||||
.aider*
|
||||
.env
|
||||
tutorials
|
||||
tutorials
|
||||
|
||||
3
scripts/open_webui.sh
Executable file
3
scripts/open_webui.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
DISPLAY=:0 chromium-browser --kiosk http://0.0.0.0:8001/ui
|
||||
1
scripts/open_webui.sh.save
Normal file
1
scripts/open_webui.sh.save
Normal file
@@ -0,0 +1 @@
|
||||
#!/bn/
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
DISPLAY=:0 xdotool mousemove 1 1
|
||||
DISPLAY=:0 xset q | grep "DPMS"
|
||||
|
||||
Reference in New Issue
Block a user