You are not logged in.
Alright, I finally broke down and set up my openbox, which I admit is my favorite now.
I've always been torn between kde and openbox, but with a nicely configured openbox, I really see no need for kde
also, some others I took...
Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Benjamin Franklin
The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man.
-George Bernard Shaw
Offline
Not bad.
I must object the first screenshot though...
MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Offline
Offline
Offline
Offline
@droog: still awesome
@gunnihinn: you wrote that menu using what? If it's xlib only I might want to take a look at the source
@thoffmeyer: simplistic is always fun . I'd go with a less contrastant wallpaper though
MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Offline
Pretty much the same as always, made a few changes and found a nice screen pipe menu on the fvwm forums.
I've been using the poor mans tiling with fvwm lately and its really nice.
http://two.xthost.info/navi/screens/200 … -thumb.png
rox-filer urxvt and screen.
Very clean and simple. Nice desktop!
Your terminal colors look nice too!
Could you share your .Xdefaults please?
archlinux on Macbook Pro 10,1
Offline
I must object the first screenshot though...
You have an objection to Indian Jones? ;_;
Offline
Proud Arch i686 & x86_64 User
Share your knowledge!
Arch Linux Forum Etiquette
Offline
After a brief flirtation with stumpwm I'm back on xmonad. Would like to try stumpwm again at some point. I'm playing around with some of the contrib modules at the moment.
Not much has changed really: XMonad, xcompmgr, urxvt, htop.
Special guest appearance by Tuz.
Offline
Going dark this month with tint, trayer, and conky. If you want any configs or more information, ask and you shall receive.
http://arch.kimag.es/resized/15704762.png
Can I get a link to that wallpaper please?
Offline
Wra!th wrote:I must object the first screenshot though...
You have an objection to Indian Jones? ;_;
No... I have an objection against swastikas posted on such a public forum. The fact that the screenshot is part of a movie makes no difference
MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Offline
Now now, it's not searchable, so it doesn't come up in google.
Besides that, it's just a symbol. Doesn't mean 'commit warcrimes and other atrocities' unless someone wants it to.
Offline
ha1f wrote:Wra!th wrote:I must object the first screenshot though...
You have an objection to Indian Jones? ;_;
No... I have an objection against swastikas posted on such a public forum. The fact that the screenshot is part of a movie makes no difference
Sorry for being like this: are you some kind of a "panic guy"? We don't need to hide our history and think it's gone. I live in a country where communism destroyed almost everything in humans, yet I don't want my children to forgot what we've been through. This is the only way we'll be safe from going back again. I don't see anything offensive about that picture. It's history, accept it!
sorry for offtopic!
Offline
Wra!th wrote:ha1f wrote:You have an objection to Indian Jones? ;_;
No... I have an objection against swastikas posted on such a public forum. The fact that the screenshot is part of a movie makes no difference
Sorry for being like this: are you some kind of a "panic guy"? We don't need to hide our history and think it's gone. I live in a country where communism destroyed almost everything in humans, yet I don't want my children to forgot what we've been through. This is the only way we'll be safe from going back again. I don't see anything offensive about that picture. It's history, accept it!
sorry for offtopic!
I live in the same country....
That doesn't mean I'd still keep a picture of Ceausescu on the wall like I used to ( well was "forced" to). This has nothing to do with history. I doubt anyone would forget about the swastika and what it stands for. Not to mention that I'm quite sure that the screenshot was intended to show that specific scene in the movie. There's another 1-2 hours of the movie that could have been shown without ruining the setup,
End of my offtopic rant
Last edited by Wra!th (2009-04-07 16:21:17)
MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Offline
@gunnihinn: you wrote that menu using what? If it's xlib only I might want to take a look at the source
It's just a small Python/ncurses script running in a xterm window. I'm happy to pass you the source (http://www.hi.is/~gthm1/menu.py), but I never really thought about releasing this into the wild so a couple of things about it are 'good enough' for me. It works, but if I was serious about this I'd figure out how to smooth a couple of rough edges.
For one, configuring which programs show up in the list is done by editing the script. It's fairly self explanatory, you've got a list of names and paths, first a name entry followed by a path that should be executed when that entry is selected. You can select which entry the menu opens on, and when scrolling through the list it wraps around in a circle.
Another thing is that I never really figured out how to get it to launch in its own dedicated window. My solution was to set a xbindkeys shortcut that launches a xterm window of a specific size that runs the script (i.e. 'xterm -geometry *bla* -e /path/to/menu'). It works fine, the only drawback is that if the xterm window isn't wide enough for all the names in the list the whole thing crashes when you launch it, but that's fixed quickly enough by adjusting the size of the window.
Aside from that there's not much to it.
Offline
Wra!th wrote:@gunnihinn: you wrote that menu using what? If it's xlib only I might want to take a look at the source
It's just a small Python/ncurses script running in a xterm window. I'm happy to pass you the source (http://www.hi.is/~gthm1/menu.py), but I never really thought about releasing this into the wild so a couple of things about it are 'good enough' for me. It works, but if I was serious about this I'd figure out how to smooth a couple of rough edges.
For one, configuring which programs show up in the list is done by editing the script. It's fairly self explanatory, you've got a list of names and paths, first a name entry followed by a path that should be executed when that entry is selected. You can select which entry the menu opens on, and when scrolling through the list it wraps around in a circle.
Another thing is that I never really figured out how to get it to launch in its own dedicated window. My solution was to set a xbindkeys shortcut that launches a xterm window of a specific size that runs the script (i.e. 'xterm -geometry *bla* -e /path/to/menu'). It works fine, the only drawback is that if the xterm window isn't wide enough for all the names in the list the whole thing crashes when you launch it, but that's fixed quickly enough by adjusting the size of the window.
Aside from that there's not much to it.
Thanks . Never hurts to look at sources. I was thinking of writing one using C + Xlib so I thought I won't have to reinvent the wheel. Will start writing that anyway
EDIT: I love the scrolling!. Not a bad menu congrats
Last edited by Wra!th (2009-04-07 16:36:16)
MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Offline
Offline
RaisedFist wrote:Wra!th wrote:No... I have an objection against swastikas posted on such a public forum. The fact that the screenshot is part of a movie makes no difference
Sorry for being like this: are you some kind of a "panic guy"? We don't need to hide our history and think it's gone. I live in a country where communism destroyed almost everything in humans, yet I don't want my children to forgot what we've been through. This is the only way we'll be safe from going back again. I don't see anything offensive about that picture. It's history, accept it!
sorry for offtopic!
I live in the same country....
That doesn't mean I'd still keep a picture of Ceausescu on the wall like I used to ( well was "forced" to). This has nothing to do with history. I doubt anyone would forget about the swastika and what it stands for. Not to mention that I'm quite sure that the screenshot was intended to show that specific scene in the movie. There's another 1-2 hours of the movie that could have been shown without ruining the setup,End of my offtopic rant
Well, originally I took several screenshots during the movie, but thought that one looked the most photogenic.
I'm sorry if you feel offended by the screenshot; it wasn't meant in such a way, but personally I don't understand how that could be considered offensive, or NSFW. (well, I guess so depending on your location.... , but its a screenshots thread afterall)
If I'd have been watching a movie about Colonel Custard (analogy to my country..), I would have posted a similar screenshot. That doesn't mean I think its right, but you can't learn from your history if you hide it. In fact, I don't believe anyone should hide anything from you.
Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Benjamin Franklin
The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man.
-George Bernard Shaw
Offline
Very clean and simple. Nice desktop!
Your terminal colors look nice too!
Could you share your .Xdefaults please?
Thanks, I got the .Xdefaults colors from diasuke-aramaki, I think the only thing i changed was the background color.
urxvt*font:xft:Terminus-8
urxvt*scrollBar: false
urxvt*cursorColor: #586377
urxvt*perl-ext: matcher
urxvt*urlLauncher: firefox
!*background: #222222
*background: #262729
*foreground: #cacaca
!black
*color0: #1c1d1f
!*color0: #0c0c0c
*color8: #505050
!red
*color1: #b04020
*color9: #dd4010
!green
*color2: #afd700
*color10: #daff30
!yellow
*color3: #f7cf0a
*color11: #fce70d
!blue
*color4: #3060aa
*color12: #6099dd
!magenta
*color5: #d6156c
*color13: #fe4365
!cyan
*color6: #a0c2de
*color14: #c9dee8
!white
*color7: #808080
*color15: #b0b0b0
Offline
froli wrote:Very clean and simple. Nice desktop!
Your terminal colors look nice too!
Could you share your .Xdefaults please?
Thanks, I got the .Xdefaults colors from diasuke-aramaki, I think the only thing i changed was the background color.
urxvt*font:xft:Terminus-8 urxvt*scrollBar: false urxvt*cursorColor: #586377 urxvt*perl-ext: matcher urxvt*urlLauncher: firefox !*background: #222222 *background: #262729 *foreground: #cacaca !black *color0: #1c1d1f !*color0: #0c0c0c *color8: #505050 !red *color1: #b04020 *color9: #dd4010 !green *color2: #afd700 *color10: #daff30 !yellow *color3: #f7cf0a *color11: #fce70d !blue *color4: #3060aa *color12: #6099dd !magenta *color5: #d6156c *color13: #fe4365 !cyan *color6: #a0c2de *color14: #c9dee8 !white *color7: #808080 *color15: #b0b0b0
Thanks a lot!
archlinux on Macbook Pro 10,1
Offline
RaisedFist wrote:Wra!th wrote:No... I have an objection against swastikas posted on such a public forum. The fact that the screenshot is part of a movie makes no difference
Sorry for being like this: are you some kind of a "panic guy"? We don't need to hide our history and think it's gone. I live in a country where communism destroyed almost everything in humans, yet I don't want my children to forgot what we've been through. This is the only way we'll be safe from going back again. I don't see anything offensive about that picture. It's history, accept it!
sorry for offtopic!
I live in the same country....
That doesn't mean I'd still keep a picture of Ceausescu on the wall like I used to ( well was "forced" to). This has nothing to do with history. I doubt anyone would forget about the swastika and what it stands for. Not to mention that I'm quite sure that the screenshot was intended to show that specific scene in the movie. There's another 1-2 hours of the movie that could have been shown without ruining the setup,End of my offtopic rant
Thanks. It should stop here. Its just a picture from a movie. He is not embracing the ideology.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
http://i207.photobucket.com/albums/bb24 … scro-1.png
messing around with scrotwm, i really like it actually, simple to configure and very minimal
Offline