Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Two rows workspace switcher
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
jimmij
Tux's lil' helper
Tux's lil' helper


Joined: 02 Dec 2008
Posts: 139

PostPosted: Sat Jul 13, 2013 1:10 pm    Post subject: Two rows workspace switcher Reply with quote

Hi all,
I have been using gnome for ages (gnome-light v2 to be precise), but recently I understood that in fact I need only one small feature from it - 2 rows workspace switcher. As wm I use sawfish anyway and rest (nautilus etc.) is completly useless for me. I would love to start pure sawfish right from display manager, but I want to have a panel with volume, date and workspace switcher with two rows. The problem is that I cannot find anywhere outside gnome such simple thing as this switcher. So, is there some nice applet that can show workspaces in two rows which I'm not awere of?
_________________
Vanitas vanitatum et omnia vanitas.
Libera temet ex inferis.
Back to top
View user's profile Send private message
smartass
Apprentice
Apprentice


Joined: 04 Jul 2011
Posts: 189
Location: right behind you ... (you did turn around, didn't you?)

PostPosted: Sat Jul 13, 2013 1:48 pm    Post subject: Reply with quote

IIRC lxde-base/lxpanel could do the job. There are other lightweight panels availbale, check the output of
Code:
eix -S panel
Back to top
View user's profile Send private message
jimmij
Tux's lil' helper
Tux's lil' helper


Joined: 02 Dec 2008
Posts: 139

PostPosted: Sat Jul 13, 2013 4:32 pm    Post subject: Reply with quote

smartass wrote:
IIRC lxde-base/lxpanel could do the job.

No, it couldn't.
https://bugs.launchpad.net/ubuntu/+source/lxpanel/+bug/572298
It is possible to artificially force lxpanel to display workspaces in two rows by strongly resize panel height, but it is obviously not what I'm looking for.
_________________
Vanitas vanitatum et omnia vanitas.
Libera temet ex inferis.
Back to top
View user's profile Send private message
fuchur
Guru
Guru


Joined: 12 Aug 2003
Posts: 578

PostPosted: Sun Jul 14, 2013 6:56 pm    Post subject: Reply with quote

Hi

Have you try sawfish-pager? Here is my ebuild sawfish-pager-git-9999.ebuild if you want to test it:
Code:

# Copyright 1999-2013 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2

EAPI="5"

WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"

inherit git-2 autotools

DESCRIPTION="The native pager of the Sawfish windowmanager"
HOMEPAGE="https://github.com/SawfishWM/sawfish-pager"
EGIT_REPO_URI="git://github.com/SawfishWM/sawfish-pager.git"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"


DEPEND="|| ( >=x11-wm/sawfish-1.9.0
        x11-wm/sawfish-git )"

RDEPEND="${DEPEND}
        !x11-misc/sawfish-pager"

src_unpack() {

    git-2_src_unpack

    cd "${S}"

    eautoreconf || die "eautoreconf failed"
}

src_install() {

    make DESTDIR=${D} install || die
    dodoc COPYING INSTALL NEWS README TODO

}

pkg_postinst() {

    einfo
    einfo "To use sawfish-pager add:"
    einfo
    einfo "(require 'sawfish.wm.ext.pager)"
    einfo "(add-hook 'after-initialization-hook pager t)"
    einfo
    einfo "in your ~/.sawfishrc file."
    einfo

}


MfG
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum