You are not logged in.
@Mr Pink57:
Whats that tiny thingy at the left top in your screenshot? Some kind of command line/application launcher?
Ceterum autem censeo Systemdinem esse delendam
Offline
@Mr Pink57:
Whats that tiny thingy at the left top in your screenshot? Some kind of command line/application launcher?
I just resized urxvt.
Even a broken clock is right twice a day.
Diplomacy without force is like music without instruments.
Offline
@0mark
If you looking for a similar app, try bashrun (community). It looks just as simple.
Offline
New to dwm, pretty basic changes, mostly to mimic part of awesome(wm) behavior:
(stolen from OK100 )
-pertag2
-some changes to the build flags
-im-grid
-push
Last edited by ethail (2011-12-04 20:03:34)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
patches (@ github):
- pertag2
- scratchpad-stay
- xbm layout icons
- urgentcolor
- monocle no borders
- im-grid
- push
- tilemovemouse
- togglefullscreen
EDIT: 100th post!
Last edited by OK100 (2012-01-03 16:35:38)
Offline
Offline
Offline
Just for dwm patches..
Regarding xcolors, we can find them here: http://beta.intuxication.org/jasonwryan … lours/dark
Arch64/DWM || My Dropbox referral link
Offline
OK100: What is the font in Opera Browser?
It's Droid Sans, and I enabled "Prefer Fontconfig Settings" in opera:config. My .fonts.conf is here: https://github.com/ok100/configs/blob/m … fonts.conf
Offline
Offline
Offline
Just for dwm patches..
Regarding xcolors, we can find them here: http://beta.intuxication.org/jasonwryan … lours/dark
It will be useful. But my question was related to .xinitrc and how you manage to use dual-monitors setup.
Offline
Just this.
/etc/X11/xorg.conf.d/20-nvidia.conf: http://pastie.org/3237914
And here's my xinitrc: http://pastie.org/3237926
Arch64/DWM || My Dropbox referral link
Offline
Didn't know about unclutter, nice one, very handy. I made a key combination which moves the mouse cursor to the lower right edge, not required anymore
Offline
Offline
Offline
http://dougwhiteley.co.uk/images/2011-11-17-1544_thumb.png
Fairly heavily customized dwm.c. I use fbpanel-dwm from aur for my tray icons.
Nice font! Which one is it?
Offline
Offline
@JokerBoy, how do you start fbpanel-dwm? I have based my dwm config on your hg repo and it's awesome, but
tray icons show up in tray only if I reload dwm after starting application (eg. pidgin). I think fbpanel somehow ends up
under dwm bar.
Offline
I'm using trayer-dwm, but it's the same thing..
xinitrc:
exec startdwm
startdwm:
#!/bin/sh
while :; do
statusbar >/dev/null 2>&1 || exit
dwm >/dev/null 2>&1 || exit
sleep 1
done
statusbar:
#!/bin/sh
killall trayer >/dev/null 2>&1
{ sleep 1
trayer --edge top --align right --widthtype request --expand true --SetDockType true --SetPartialStrut true --transparent true --alpha 0 --tint 0x1A1918 --expand true --heighttype pixel --height 14 --monitor 1 --padding 1 &
} >/dev/null 2>&1 &
Arch64/DWM || My Dropbox referral link
Offline
Works perfectly, thank you!
Offline
patches:
00-dwm-6.0-build_options.patch (allows custom flags to be used)
01-dwm-6.0-better_bar.patch (only shows used tags, removes the squares displayed in used tags, since now they aren't necessary, and adjusts the height of the bar)
02-dwm-6.0-no_focus_follow_mouse.patch (I don't like that, so I remove this completely)
03-dwm-6.0-status_on_all_monitors.patch (by default the status is only seen on the focused monitor, I want to see this on all monitors)
04-dwm-6.0-better_borders.patch (if there's only one client per tag, there will be no border, only works with resizehints = False)
05-dwm-6.0-move_resize.patch (with it you are able to move and resize floating windows => no mouse needed!)
conkyrc (conky-cli)
background no
update_interval 1
total_run_times 0
if_up_strictness address
out_to_console yes
short_units
TEXT
${mem}/${swap}\
· \
${fs_free /}/${fs_free /home}\
${if_mounted /media/2000GB}/${fs_free /media/2000GB}${endif}\
${if_mounted /media/1500GB}/${fs_free /media/1500GB}${endif}\
${if_mounted /media/500GB}/${fs_free /media/500GB}${endif}\
${if_mounted /media/16GB}/${fs_free /media/16GB}${endif}\
${if_mounted /media/4GB}/${fs_free /media/4GB}${endif}\
· \
${platform coretemp.0 temp 2}°C/${cpu cpu1}%/${freq_g}G/${platform applesmc.768 fan 1}R · ${platform coretemp.0 temp 3}°C/${cpu cpu2}%/${freq_g}G/${platform applesmc.768 fan 2}R\
· \
${battery_short BAT0}\
${if_mpd_playing} · ${scroll 20 5 ${mpd_smart}} ${mpd_elapsed}/${mpd_length}${endif}\
${if_running shell-fm} · ${scroll 20 5 ${exec cat /home/army/.shell-fm/nowplaying}}${endif}\
${if_up eth0} · ${downspeed eth0}/${upspeed eth0} · ${scroll 20 5 ${execi 300 cat /home/army/.gcalcli}}${endif}\
${if_up wlan0} · ${downspeed wlan0}/${upspeed wlan0} · ${scroll 20 5 ${execi 300 cat /home/army/.gcalcli}}${endif}\
· \
${time %a}, ${time %d.%m.%y %R}
xinitrc
#!/bin/sh
xmodmap -e "keycode 104 = Insert"
xset +fp /usr/share/fonts/local
xset fp rehash
xset r rate 250 40 &
xset -dpms s off &
urxvtd -q -o -f &
xsetroot -cursor_name left_ptr
clipbored &
unclutter -idle 5 -jitter 5 -noevents -root &
autocutsel -fork
autocutsel -selection CLIPBOARD -fork
if xrandr | grep -q 'DVI-0 connected'
then
xrandr --output LVDS --auto --primary --output DVI-0 --auto --right-of LVDS
imlibsetroot --bg black
else
xrandr --output LVDS --auto --primary --output DVI-0 --off
imlibsetroot -s '/home/army/Bilder/Desktop/1/039.jpg'
fi
exec dbus-launch dwm-start
dwm-start
#!/bin/sh
while true; do
dunst &
conky -c ~/.conkyrc | while read -r; do xsetroot -name "$REPLY";done&
dwm
killall conky
killall dunst
done
Last edited by Army (2012-02-07 23:01:48)
Offline