Compare commits
No commits in common. "f8b7235cd35802480d6bf553b6503ae390b0f24b" and "b33fb2237487e470f0b2575f6f44bd8854e42fe4" have entirely different histories.
f8b7235cd3
...
b33fb22374
22
doc/vm.md
22
doc/vm.md
|
|
@ -1,22 +0,0 @@
|
||||||
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 = 10 * 6
|
potion_doses = 16 * 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