Skip to content

Commit

Permalink
Install virtualbox-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Jun 27, 2024
1 parent 4e062a4 commit 144d097
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions bin/wxwork
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ elif [ "$1" = reset ]; then
elif [ "$1" = off ]; then
VBoxManage controlvm wxwork poweroff
else
VBoxManage modifyvm wxwork --accelerate2dvideo off
VBoxManage startvm wxwork --type sdl
VBoxManage startvm wxwork --type gui
fi
1 change: 1 addition & 0 deletions dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export NODE_PATH=/usr/local/lib/node_modules
export PATH=$HOME/.sysconf/bin:$GOPATH/bin:$GRADLE_HOME/bin:$JAVA_HOME/bin:/usr/sbin:$PATH
export QT_QPA_PLATFORMTHEME=qt5ct
export RUSTUP_DIST_SERVER=https://mirrors4.tuna.tsinghua.edu.cn/rustup
export RUSTUP_UPDATE_ROOT=https://mirrors4.tuna.tsinghua.edu.cn/rustup/rustup
export TRASH_DIR=$HOME/.local/share/Trash
Expand Down
2 changes: 2 additions & 0 deletions tasks/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
- pavucontrol
- picom # fix chrome menu border
- qpdfview
- qt5ct
- redshift
- smplayer
- tilix
- vim-gtk3
- virtualbox
- virtualbox-qt
- x11-xkb-utils
- x11-xserver-utils
- xdg-desktop-portal
Expand Down

0 comments on commit 144d097

Please sign in to comment.