i3 window manager - put MATLAB figure window in specific workspace -
i'm using i3 window manager in ubuntu 12.04. work lot matlab, , started wondering if there way make i3 put figures in specific workspace each time plot something. i've read parts of i3 user-guide couldn't figure out way this.
the solution problem put following in .i3/config:
assign [class="com-mathworks-util-postvminit" title="^fig"] 2
this makes figure windows matlab appear in workspace 2. string "com-mathworks-util-postvminit" class name of matlab figure found using xprop terminal command.
to make sure it's figure windows in matlab that's behaving way i've added title="^fig", seperate other matlab windows.
Comments
Post a Comment