Sorry, this content is no longer available

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 Mar 7 '15

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?

1 answer

Sort by » oldest newest most voted
2

answered Mar 7 '15

updated Mar 7 '15

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

Comments

Thanks, you were totally right!!

Oposum gravatar imageOposum (Mar 11 '15)edit

Question Tools

Stats

Asked: Mar 7 '15

Seen: 139 times

Last updated: Mar 09