Compare commits
3 commits
b33fb22374
...
f8b7235cd3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8b7235cd3 | ||
|
|
7a9bcc5df9 | ||
|
|
22c478ed93 |
22
doc/vm.md
Normal file
22
doc/vm.md
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
Resolution: 1360x768
|
||||||
|
|
||||||
|
Never lock screen
|
||||||
|
|
||||||
|
Energy saving - No screen energy saving, no suspend session
|
||||||
|
|
||||||
|
- RDP
|
||||||
|
- RustDesk
|
||||||
|
- python3
|
||||||
|
- pipx
|
||||||
|
- Steam
|
||||||
|
- flatpak
|
||||||
|
- Bolt
|
||||||
|
- vim
|
||||||
|
- Git
|
||||||
|
- pipenv
|
||||||
|
- Full python (python3.11-full at time of writing)
|
||||||
|
- python-is-python3
|
||||||
|
- tmux
|
||||||
|
|
||||||
|
Add flathub repository and install Bolt
|
||||||
|
Ensure pipx path
|
||||||
|
|
@ -8,7 +8,7 @@ from datetime import datetime, timedelta
|
||||||
import time
|
import time
|
||||||
|
|
||||||
# Constants
|
# Constants
|
||||||
potion_doses = 16 * 6
|
potion_doses = 10 * 6
|
||||||
potion_duration_seconds = 7.5 * 60
|
potion_duration_seconds = 7.5 * 60
|
||||||
|
|
||||||
key_quick_prayers = 'o'
|
key_quick_prayers = 'o'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue