You are not logged in.
Hi everyone,
Im new to CrunchBang and Linux in general....
I really freakin' love crunchbang tho because I am poor and all my hardware is from 2003... LoL
Anyway can anyone tell me how to make a permanent config to remove the border from all my windows?
I have no clue where to start...

thanks!
Offline
Ok, I just found it....It was in Obconf under Appearance, Windows, uncheck windows retain a border when undecorated... 
Last edited by whiterabbit (2010-01-17 02:32:25)
Offline
Similar question: Is it possible to have all applications open undecorated?
Offline
^^^
Yeah That !!!
Offline
At the bottom of rc.xml you can specify whether specific applications will be opened with or without decorations, but I can't find a global option.
EDIT:
<application name="*">
<decor>no</decor>
</application>does the trick. This can, however, cause some trouble with programs like Tgif which don't have a "maximize" option in their menus. Also, if you don't have borders, you have nothing to grab onto to resize windows.
Last edited by pvsage (2010-01-17 02:54:50)
Offline
AWESOME..thanks, so beautifully minimal...
Yeah I'll just use <decor>no</decor> for terminator,
other apps I'll un-decorate manually as needed. 
Last edited by whiterabbit (2010-01-17 04:17:53)
Offline
Offline
At the bottom of rc.xml you can specify whether specific applications will be opened with or without decorations, but I can't find a global option.
EDIT:
<application name="*"> <decor>no</decor> </application>does the trick. This can, however, cause some trouble with programs like Tgif which don't have a "maximize" option in their menus. Also, if you don't have borders, you have nothing to grab onto to resize windows.
moving and resizing windows with keyboard and mouse:
moving windows: keep <ALT> and primary mousebutton pressed while moving the mouse
resizing windows: keep <ALT> and alternate mousebutton pressed while moving the mouse
oh yeah? well, your momma dresses you funny and you need a mouse to delete files
Offline
WOW, this is awesome!
I love #!
#!Crunchbang - an inverted wall of learning, definitely no curve!
Offline
Once you get used to having no window borders though you start walking towards the dark path of tiling wm's.....Mwuahahahahaha
I say never be complete, I say stop being perfect, I say lets evolve, let the chips fall where they may.
Offline
the dark path of tiling wm's
wm? Explain please, I'm still new to crunchbang.
#!Crunchbang - an inverted wall of learning, definitely no curve!
Offline
iggykoopa wrote:the dark path of tiling wm's
wm? Explain please, I'm still new to crunchbang.
wm = window manager (what controls and looks after the positioning of windows etc.)
Openbox is the window manager for #! 9.04
xfwm is the window manager for XFCE for example,
and awesome is an example of a tiling window manager (that is, as i understand it, each window is given a set space to appear it, its not floaty like other window managers)
just call me...
~FSM~
Offline
yup a tiling window manager more efficiently uses the space on your screen, I've been using Xmonad a lot lately, but am back to regular gnome for a little while because some java apps and skype didn't play nice. If I can find a way to get them to work better I'll go back, I really liked it.
I say never be complete, I say stop being perfect, I say lets evolve, let the chips fall where they may.
Offline
If you're not quite ready for the tiling window manager but want to get something of the feel check out http://pytyle.com/wiki/Main_Page. Its a python daemon that runs in openbox (and others) that gives you the ability to switch tiling on and off.
I use it on occassion--though I'm more reliant on the "GrowToEdge" feature in openbox which looks something like this:
<keybind key="S-Right">
<action name="GrowtoEdgeEast">
</action>
</keybind>
<keybind key="S-Up">
<action name="GrowtoEdgeNorth">
</action>
</keybind>
<keybind key="S-Left">
<action name="GrowtoEdgeWest">
</action>
</keybind>
<keybind key="S-Down">
<action name="GrowtoEdgeSouth">
</action>
</keybind>Obviously if you like using Shift-Direction to select lots of files you'll want to rename the shortcuts.
IRC: PizzaAndWine Script bits: Incremental Backup | Sleep Timer
Offline
oops, nevermind, total brain-fart moment...
Last edited by whiterabbit (2010-07-02 18:19:02)
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.