You are not logged in.
My minimalist desktop, as I finished the overall mood: http://www.quiettech.org/img/Arch%20Lin … -26-15.png
* OpenBox
* Conky
* and nothing else...No panel, no tray, no nothing. Just how I like it. Everything will be ran from keyboard combos that I still need to configure (there's a great thread around these forums on that subject).
Missing:
* Window theme. Will be working on that next
* Keyboard combinations.
It looks good. I want to see the busy/dirty screenshot.
Offline
kde4.5 from kde-unstable under a btrfs snapshot
** Moderator edit: please read the first post & only post thumbnails **
Offline
Offline
When talking about lightwight and RAM usage always remember, there is nothing worse then unused RAM! It needs as much energy as used one and essentially equals lost money.
The important thing is that for example cache isn't real RAM usage because it will be freed instantly when there is more important use and it directly increses usability.
,,, which is why we use the RAM for storage.
Offline
Offline
macstar wrote:running arch on xfce and LOVE it! lightweight (uses only 340MB ram) but still good looking.
It's funny what people consider to be lightweight these days.
lol. It is 2010 and last time I checked 1Gb DIMM cost about a nickle (US)
Offline
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
Lady, people aren't chocolates. Do you know what they are mostly? Bastards. Bastard-coated bastards with bastard filling. But I don't find them half as annoying as I find naive bobble-headed optimists who walk around vomiting sunshine.
Offline
|DeviantArt|ArchLinux|Openbox|Website|
It is a miracle that curiosity survives formal education. --Albert Einstein
Nothing great was ever achieved without enthusiasm. --Ralph Waldo Emerson
Offline
Boris Bolgradov wrote:ddaedalus wrote:Wallpaper, pretty please?
Thank you in advance.
What font are you using there?
conky & awesome: It's called "snap". You can find it in the artwiz-fonts package from extra.
urxvt: Yes, ProggyClean
Last edited by Boris Bolgradov (2010-08-10 10:59:34)
Offline
@l2esonance: Fonts and wallpaper please!
archlinux on Macbook Pro 10,1
Offline
Offline
Offline
Awesome
Terminator
irssi
htop
archey
scrotArch Linux breaths new life into old hardware.
How did you get rid of the default bar up top that Awesome has by default? I still haven't managed to do it without screwing up everything~
Offline
SolomonKull wrote:.....
How did you get rid of the default bar up top that Awesome has by default? I still haven't managed to do it without screwing up everything~
MODKEY+b
{ MODKEY, XK_b, togglebar, {0} },
Offline
|DeviantArt|ArchLinux|Openbox|Website|
It is a miracle that curiosity survives formal education. --Albert Einstein
Nothing great was ever achieved without enthusiasm. --Ralph Waldo Emerson
Offline
That's why the patchset for fvwm is still a patchset - people who can take it to the upstream do not understand, why does one need this functionality. ) I mean transparencies and stuff.
And as always, a screenshot does not showcase all advantages of properly tuned WM - one needs to work in such an environment to understand it's ueber-coolness. Seriously.
Offline
Same as usual, really:
FVWM / xterm / tmux / vim / xteddy -- he's the most important.
-- Thomas Adam
Very nice
Would you mind sharing your .tmux.conf?
Last edited by Loke (2010-08-11 08:15:35)
Offline
ThomasAdam wrote:Same as usual, really:
FVWM / xterm / tmux / vim / xteddy -- he's the most important.
-- Thomas Adam
Very nice
Would you mind sharing your .tmux.conf?
# Change the prefix key to ^a -- like GNU Screen.
set-option -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix
#set-option -g status-bg blue
#set-option -g status-fg cyan
set-option -g status-bg colour241
set-option -g status-fg white
setw -g utf8 on
setw -g window-status-alert-attr blink,bold
setw -g window-status-alert-fg red
setw -g aggressive-resize on
set -g lock-server off
set -g lock-after-time 1800
set -g lock-command 'tput civis && zsh -c "read -s -k 1"'
#set -g lock-command /usr/bin/vlock
set -g default-terminal "screen-256color"
set -g default-shell /usr/bin/zsh
set -g pane-border-fg white
set -g pane-border-bg default
set -g pane-active-border-fg cyan
set -g pane-active-border-bg default
#set -g terminal-overrides "rxvt-unicode:dch=\E[%p1%dP:dch1=\E[P"
unbind-key /
unbind-key c
unbind-key d
unbind-key f
unbind-key i
unbind-key l
unbind-key n
unbind-key o
unbind-key p
unbind-key r
unbind-key s
unbind-key t
unbind-key w
unbind-key x
unbind-key |
unbind-key -
unbind-key A
unbind-key S
unbind-key .
unbind-key "'"
unbind-key '#'
unbind-key ' '
unbind-key ^x
source-file ~/screen-keys.conf
bind c new-window
bind d detach-client
bind "/" command-prompt "find-window '%%'"
bind i display-message
bind a last-window
bind n next-window
bind o down-pane
bind p previous-window
bind r refresh-client
bind s choose-session
bind t clock-mode
bind w choose-window
bind k confirm-before kill-pane
bind x set lock-command '/usr/bin/vlock' \; lock-client \; set lock-command 'tput civis && zsh -c "read -s -k 1"'
bind "|" split-window -v
bind "-" split-window -h
bind A command-prompt "rename-window '%%'"
bind S command-prompt "rename-session '%%'"
bind . display-panes
bind "'" command-prompt -p "SSH: " "new-window -n %1 'ssh %1'"
bind ' ' choose-window
bind ^c new-window
bind ^d detach-client
#bind ^7 command-prompt "find-window '%%'"
bind ^i display-message
bind ^a last-window
bind ^n next-window
bind ^o down-pane
bind ^p previous-window
bind ^r refresh-client
bind ^s choose-session
bind ^t clock-mode
bind ^w choose-window
bind ^k confirm-before kill-pane
bind ^x set lock-command '/usr/bin/vlock' \; lock-client \; set lock-command 'tput civis && zsh -c "read -s -k 1"'
bind ^A command-prompt "rename-window '%%'"
bind ^S command-prompt "rename-session '%%'"
#bind ^"'" command-prompt -p "SSH: " "new-window -n %1 'ssh %1'"
#bind ^"|" split-window -v
#bind ^- split-window -h
bind -n C-Left previous-window
bind -n C-Right next-window
bind -n C-s set status
# Status stuff.
set -g status-left-fg white
set -g status-left-bg red
set -g status-left-length 30
set -g status-left "[#H] ([#S])"
set -g status-right-length 30
set -g status-right-bg blue
set -g status-right "[%a %d/%m %H:%M]"
setw -g mode-bg blue
setw -g mode-fg yellow
#setw -g window-status-current-fg cyan
#setw -g window-status-current-bg magenta
setw -g window-status-current-fg white
setw -g window-status-current-bg colour34
setw -g mode-mouse on
setw -g mode-keys vi
setw -g mode-fg white
setw -g window-status-format "#I:#W:#F#[fg=blue]|"
setw -g window-status-current-format "#[fg=white,bg=colour34] #I:#W#F#[fg=blue,bg=colour241]|#[bg=colour241,fg=white]"
set-window-option -g clock-mode-colour green
# Sessions
new -d -swork -nmutt 'exec mutt'
neww -d -nfnirc 'exec sh -c "TERM=xterm ssh -t xteddy.org screen -RDS irssi"'
neww -d -nirc 'exec irssi --home=/home/local/.irssi --config=/home/local/.irssi/config'
neww -d -ngmail 'exec mutt -F ~/.muttrc-gmail'
new -d -sdevwork
new -d -sdevwork
new -d -sdevwork
linkw -swork:gmail
-- Thomas Adam
Offline
Offline
Offline