2 pane, swiss army knife file manager?

Florian Diesch diesch at spamfence.net
Wed Nov 21 13:38:41 UTC 2012


Am Wed, 21 Nov 2012 08:53:37 +0000
schrieb Colin Law <clanlaw at googlemail.com>:

> > No more. In Nautilus 3.6.2, they dropped it tosimplify stuff.
> > And actually - I agree with that. It's so easy to open two windows
> > side by sideā€¦
> 
> Can you describe exactly how to do that please?  It seems to take me a
> lot of clicks, so perhaps I am missing something.

Run
================================SNIP============================================
#!/bin/sh

set -- $(xwininfo -root| awk -F '[ :]+' '/ (Width|Height):/ { print
$3 }') width=$1
height=$2

win1="$(xwininfo| awk '/^xwininfo: W/ { print $4 }')"
win2="$(xwininfo| awk '/^xwininfo: W/ { print $4 }')"

wmctrl -i -r "$win1" -e 0,0,0,$((width/2)),$height
wmctrl -i -r "$win2" -e 0,$((width/2)),0,$((width/2)),$height
================================SNIP============================================

and klick the two windows


-- 
Plugin for Nautilus to create and modify application
starters (.desktop files):
<http://www.florian-diesch.de/software/arronax/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20121121/f042cb58/attachment.sig>


More information about the ubuntu-users mailing list