Author Topic: Using A Different Window Manager  (Read 2886 times)

grog

  • Hero Member
  • *****
  • Posts: 692
    • View Profile
    • http://
Using A Different Window Manager
« on: June 11, 2006, 04:26:00 pm »
Hey all. A couple of questions about different window managers. First off I'm looking at xfce.

Is there an easy way for me to get all of the matchbox icons over to xfce?

Is there a way to get xfce to auto-rotate (or rotate at all for that matter)?

thks
GROG!

karlto

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
    • http://
Using A Different Window Manager
« Reply #1 on: June 11, 2006, 06:36:15 pm »
Quote
Hey all. A couple of questions about different window managers. First off I'm looking at xfce.

Is there an easy way for me to get all of the matchbox icons over to xfce?

Is there a way to get xfce to auto-rotate (or rotate at all for that matter)?

thks
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130767\"][{POST_SNAPBACK}][/a][/div]
I use and like xfce. All the matchbox icons are in '/usr/share/pixmaps', and Chero's default installation stuff sorts out the menus with icons automatically included.

In the xfce control panel under Window Manager => Keyboard you can set shortcut keys. Just map the rotate button to run this little script:

Code: [Select]
#!/bin/sh

ROTA=`xrandr | grep 'Current rotation' | sed -e 's/Current rotation\ \-\ //g'`

case "$ROTA" in
    normal)
        /etc/sysconfig/clamshell/portrait.sh
       ;;
    left)
        /etc/sysconfig/clamshell/landscape.sh
       ;;
    *)
        /etc/sysconfig/clamshell/landscape.sh
       ;;
esac

I'm sure I copied it from somewhere - possibly Chero's info?

xfce is also a good choice to start with because it runs alongside openbox without overwriting anything, so you can always use that if you get stuck
SL6000-L, RC12

Xromer

  • Full Member
  • ***
  • Posts: 178
    • View Profile
    • http://
Using A Different Window Manager
« Reply #2 on: June 11, 2006, 07:29:18 pm »
Quote
Quote
Hey all. A couple of questions about different window managers. First off I'm looking at xfce.

Is there an easy way for me to get all of the matchbox icons over to xfce?

Is there a way to get xfce to auto-rotate (or rotate at all for that matter)?

thks
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130767\"][{POST_SNAPBACK}][/a][/div]
I use and like xfce. All the matchbox icons are in '/usr/share/pixmaps', and Chero's default installation stuff sorts out the menus with icons automatically included.

In the xfce control panel under Window Manager => Keyboard you can set shortcut keys. Just map the rotate button to run this little script:

Code: [Select]
#!/bin/sh

ROTA=`xrandr | grep 'Current rotation' | sed -e 's/Current rotation\ \-\ //g'`

case "$ROTA" in
    normal)
        /etc/sysconfig/clamshell/portrait.sh
      ;;
    left)
        /etc/sysconfig/clamshell/landscape.sh
      ;;
    *)
        /etc/sysconfig/clamshell/landscape.sh
      ;;
esac

I'm sure I copied it from somewhere - possibly Chero's info?

xfce is also a good choice to start with because it runs alongside openbox without overwriting anything, so you can always use that if you get stuck
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130774\"][{POST_SNAPBACK}][/a][/div]
Uhm.... what do you think about gpe-dm + xfce?
I think it could be an interesting interface.
I will try it out.
Just compiled GPE-filemanager for the Beta4 and i think it' s the best FM for thew Zauri as it was born with the PDA in mind.
It' s complete with the mime.
BYEZ!
[span style=\'font-size:10pt;line-height:100%\']I don't know how, but i' ll do!!!
This is how i like to live! :)[/span]

Ipaq hx4700