The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Virtual MS windows

asked 2015-03-07 13:09:52 +0000

Oposum gravatar image

I have virtual Windows installed through VirtualBox.

While the command

VBoxManage startvm "Windows XP"

works in the terminal, editing the i3 config file and inserting

bindsym $mod+Shift+W VBoxManage startvm "Windows XP"

does not work. I double checked and there is no other key combination involving $mod+Shift+W . It is a default keybindings anyway, besides this single additional keybinding.

Any thoughts?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2015-03-07 14:46:53 +0000

updated 2015-03-07 14:47:04 +0000

I think the config line should be bindsym $mod+Shift+W exec VBoxManage startvm "Windows XP". The exec is neccessary in the i3 config since it is no shell script but a config file

edit flag offensive delete link more

Comments

Thanks, you were totally right!!

Oposum gravatar imageOposum ( 2015-03-11 23:13:52 +0000 )edit

Question Tools

Stats

Asked: 2015-03-07 13:09:52 +0000

Seen: 139 times

Last updated: Mar 09