diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-12-23 22:20:14 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-12-23 22:20:14 -0600 |
commit | f4b77c42ca78c5265c4754caeef5289e3841f5e9 (patch) | |
tree | bad69cda55721e2230d909b16d438f4472105db1 /launch/virt | |
parent | 63505f644d8f2bf8c9d4ca493048081f83532cf8 (diff) | |
download | scripts-f4b77c42ca78c5265c4754caeef5289e3841f5e9.tar.xz scripts-f4b77c42ca78c5265c4754caeef5289e3841f5e9.zip |
some youtube dl script and dmenu runapplication and test timmywm and modified other scripts idjlol
Diffstat (limited to 'launch/virt')
-rwxr-xr-x | launch/virt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/launch/virt b/launch/virt index f1035a0..9706106 100755 --- a/launch/virt +++ b/launch/virt @@ -10,15 +10,15 @@ startvm() { -m $(halfram) \ -smp $(halfthreads) \ -net nic \ - -nographic \ - -vga none \ + -display sdl,gl=on \ -audiodev pa,id=pa1,server=/run/user/1000/pulse/native \ -soundhw all \ -boot menu=on \ -drive file="$virtdir/$1.img" \ ; } + #-vga none \ + #-nographic \ - #-display sdl,gl=on \ vms="$(ls $virtdir)" [ -n "$1" ] && vm="$1" || vm=$(echo "$vms" | sed 's/\.img//' | dmenu -p "Choose Virtual Machine Image or Enter Name for New Virtual Machine") |