mirror of
git://git.suckless.org/dwm
synced 2025-07-25 17:22:07 -07:00
Compare commits
86 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
cd8bb06af5 | ||
|
3150a8a1be | ||
|
b3c5f5435a | ||
|
a692bdcf2b | ||
|
d83454f6b7 | ||
|
27b0142203 | ||
|
867ba36030 | ||
|
e83f36db10 | ||
|
212f417e44 | ||
|
3a392b8558 | ||
|
92fe06b501 | ||
|
6cf29bff33 | ||
|
60c06a7cb4 | ||
|
1147546122 | ||
|
d384cee751 | ||
|
5c710cf89c | ||
|
8a111c181e | ||
|
2255bf46a0 | ||
|
04797343db | ||
|
e7d41cc188 | ||
|
22d8818850 | ||
|
6784429c3c | ||
|
37fea84de8 | ||
|
c14d293e51 | ||
|
79b1657a19 | ||
|
d24837f1ad | ||
|
3c2d303c0e | ||
|
1e20a0f78a | ||
|
96f9855248 | ||
|
3c48858ffa | ||
|
dd46d5b588 | ||
|
0bc4e41ebd | ||
|
703c4dd253 | ||
|
b68528d85d | ||
|
a644baf674 | ||
|
c1f8688bfa | ||
|
bea4dd2490 | ||
|
83d10be1c1 | ||
|
1529058f27 | ||
|
36311d88af | ||
|
f1a2a3c850 | ||
|
ee734fae6b | ||
|
62d3caa999 | ||
|
4c9b397ff9 | ||
|
5c6545adf5 | ||
|
a704b1ee34 | ||
|
f83d61dfe8 | ||
|
c6180949a7 | ||
|
1973ab0643 | ||
|
427053f8d1 | ||
|
a88e0373ef | ||
|
aa9f2be24e | ||
|
c53b29e60b | ||
|
d6bdd03d91 | ||
|
1144e98394 | ||
|
7671d03a90 | ||
|
bc554d45d8 | ||
|
ac4caea921 | ||
|
161f2d921b | ||
|
210378f198 | ||
|
7879616a75 | ||
|
9e8dd3479d | ||
|
0b72be924d | ||
|
91e902f7fe | ||
|
30fed9a211 | ||
|
c45d46ad9a | ||
|
6f55de8310 | ||
|
07ad298133 | ||
|
f0a4845e7d | ||
|
82ec7a7ed4 | ||
|
e7300e0f6f | ||
|
c3feffa1e2 | ||
|
956a430054 | ||
|
01056b6636 | ||
|
eb260b1a41 | ||
|
7fe81359d4 | ||
|
a3a859b4e9 | ||
|
9c066c24b3 | ||
|
0a668922a4 | ||
|
5762964232 | ||
|
cba6b211c2 | ||
|
42750a621b | ||
|
8ef465d592 | ||
|
33fe200b52 | ||
|
91fffb3f7d | ||
|
1fa31efebf |
7
.hgtags
7
.hgtags
@@ -62,3 +62,10 @@ e4bcaca8e6ef13d2c3b81f1218ad15e5da4d68bd 5.2
|
||||
85a78d8afa0fe8b106a8223b5327e5bddb5dd5e3 5.4.1
|
||||
deaa276abac17ca08fbeb936916e4c8292d293a4 5.5
|
||||
5550702215773aad462f22a774dced9b87437c51 5.6
|
||||
e47a47bd3ed42fd3cf023572147b75ebc2adef82 5.6.1
|
||||
257403d4cd962cac03344a871ea56cc742bae38e 5.7
|
||||
48c3f87c335d6606e55fbae97267fa6b39ca56e0 5.7.1
|
||||
15761ac5e2f1e9010900f891616a24a22d82f128 5.7.2
|
||||
60ea8fed13ab750c6717f2764cbf9c13bb6f0d0a 5.8
|
||||
1ed1e75c9c2e395a2c475b52657a430bd95070c7 5.8.1
|
||||
a043f08008051ca02ae87eb170cd066d8c8315a0 5.8.2
|
||||
|
69
BUGS
Normal file
69
BUGS
Normal file
@@ -0,0 +1,69 @@
|
||||
---
|
||||
|
||||
18:17 < Biolunar> when i change my resolution in dwm (to a smaller one) and then back to the native, the top bar is not repainted. that's since 5.7.2, in 5.6 it worked fine
|
||||
18:19 < Biolunar> is it just happening to me or a (known) bug?
|
||||
18:24 < Biolunar> and in addition, mplayers fullscreen is limited to the small resolution after i changed it back to the native
|
||||
|
||||
reproducible with xrandr -s but not with --output and --mode, strange
|
||||
|
||||
---
|
||||
|
||||
yet another corner case:
|
||||
open a terminal, focus another monitor, but without moving the mouse
|
||||
pointer there
|
||||
if there is no client on the other monitor to get the focus, then the
|
||||
terminal will be unfocused but it will accept input
|
||||
|
||||
---
|
||||
|
||||
Donald Allen reported this:
|
||||
|
||||
starting emacs from dmenu in archlinux results in missing configure of emacs, but mod1-space or mod1-shift-space fix this problem. this problem is new and did not happen in 1.6 xorg servers
|
||||
|
||||
Starting emacs from xterm doesnt show this problem, he uses tag 8 for emacs
|
||||
|
||||
---
|
||||
|
||||
2009/12/7 Alexandr Krylovskiy <wing_AT_tversu.ru>:
|
||||
> Fullscreen mode with flash applications (youtube, for example) doesn't
|
||||
> work properly neither in tiled nor in floating mode.
|
||||
> Fullscreen window closes immediately after opening.
|
||||
|
||||
This is a known bug (for some curiosity I received the same report via
|
||||
privmail from 2 other people within one week, really strange).
|
||||
The quick fix is commenting out the code in lines 817/818 in hg tip
|
||||
dwm. I cannot confirm this has no side effects (I think it does) and I
|
||||
will address this issue shortly with a real fix.
|
||||
|
||||
---
|
||||
|
||||
SDL seems to not like non-reparenting WMs:
|
||||
|
||||
> I would like to mention SDL problems, however SDL is not crucial to
|
||||
> me anymore; people that really care about it should speak up and
|
||||
> propose dwm / SDL patch or cooperation scheme in that matter.
|
||||
|
||||
Patching SDL, bugging them?
|
||||
|
||||
---
|
||||
|
||||
voltaic reports this:
|
||||
|
||||
When I use two monitors, one larger in resolution than the other, the
|
||||
bar is drawn using the smaller x-dimension on both screens. I think
|
||||
what's happening is that there are two bars drawn, but the short bar
|
||||
is always on top of the long bar such that I can't see the information
|
||||
under the short bar. If I switch to the small screen, hide the short
|
||||
bar, and then switch to the large screen, the long bar is drawn
|
||||
correctly.
|
||||
|
||||
A similar problem occurs when I have started dwm on a small resolution
|
||||
monitor (laptop screen) and then I switch to a large external display.
|
||||
When I do this, the bar itself is drawn for the original smaller
|
||||
resolution, but the information to be printed on the bar is
|
||||
right-aligned for a longer bar. So what I see is a bar that has the
|
||||
right hand side of it cut-off. See attached screenshot.
|
||||
|
||||
I am using standard options for xrandr such as --output VGA1 --auto, etc.
|
||||
|
||||
---
|
6
LICENSE
6
LICENSE
@@ -1,8 +1,8 @@
|
||||
MIT/X Consortium License
|
||||
|
||||
© 2006-2009 Anselm R Garbe <garbeam at gmail dot com>
|
||||
© 2006-2011 Anselm R Garbe <anselm@garbe.us>
|
||||
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
|
||||
© 2006-2007 Jukka Salmi <jukka at salmi dot ch>
|
||||
© 2006-2009 Jukka Salmi <jukka at salmi dot ch>
|
||||
© 2007-2009 Premysl Hruby <dfenze at gmail dot com>
|
||||
© 2007-2009 Szabolcs Nagy <nszabolcs at gmail dot com>
|
||||
© 2007-2009 Christof Musik <christof at sendfax dot de>
|
||||
@@ -10,7 +10,7 @@ MIT/X Consortium License
|
||||
© 2007-2008 Peter Hartlich <sgkkr at hartlich dot com>
|
||||
© 2008 Martin Hurton <martin dot hurton at gmail dot com>
|
||||
© 2008 Neale Pickett <neale dot woozle dot org>
|
||||
© 2009 Mate Nagy <mnagy@port70.net>
|
||||
© 2009 Mate Nagy <mnagy at port70 dot net>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
|
5
README
5
README
@@ -38,10 +38,9 @@ the DISPLAY environment variable is set correctly, e.g.:
|
||||
In order to display status info in the bar, you can do something
|
||||
like this in your .xinitrc:
|
||||
|
||||
while true
|
||||
while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
|
||||
do
|
||||
xsetroot -name "`date` `uptime | sed 's/.*,//'`"
|
||||
sleep 1
|
||||
sleep 20
|
||||
done &
|
||||
exec dwm
|
||||
|
||||
|
2
TODO
Normal file
2
TODO
Normal file
@@ -0,0 +1,2 @@
|
||||
- add updategeom() hook for external tools like dzen
|
||||
- consider onscreenkeyboard hooks for tablet deployment
|
@@ -1,7 +1,7 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
/* appearance */
|
||||
static const char font[] = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*";
|
||||
static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
|
||||
static const char normbordercolor[] = "#cccccc";
|
||||
static const char normbgcolor[] = "#cccccc";
|
||||
static const char normfgcolor[] = "#000000";
|
||||
@@ -24,7 +24,7 @@ static const Rule rules[] = {
|
||||
|
||||
/* layout(s) */
|
||||
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
|
||||
static const Bool resizehints = True; /* False means respect size hints in tiled resizals */
|
||||
static const Bool resizehints = True; /* True means respect size hints in tiled resizals */
|
||||
|
||||
static const Layout layouts[] = {
|
||||
/* symbol arrange function */
|
||||
@@ -84,8 +84,7 @@ static Key keys[] = {
|
||||
};
|
||||
|
||||
/* button definitions */
|
||||
/* click can be a tag number (starting at 0),
|
||||
* ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
|
||||
/* click can be ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
|
||||
static Button buttons[] = {
|
||||
/* click event mask button function argument */
|
||||
{ ClkLtSymbol, 0, Button1, setlayout, {0} },
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# dwm version
|
||||
VERSION = 5.6.1
|
||||
VERSION = 5.9
|
||||
|
||||
# Customize below to fit your system
|
||||
|
||||
@@ -10,7 +10,7 @@ MANPREFIX = ${PREFIX}/share/man
|
||||
X11INC = /usr/X11R6/include
|
||||
X11LIB = /usr/X11R6/lib
|
||||
|
||||
# Xinerama, un-comment if you want it
|
||||
# Xinerama
|
||||
XINERAMALIBS = -L${X11LIB} -lXinerama
|
||||
XINERAMAFLAGS = -DXINERAMA
|
||||
|
||||
|
31
dwm.1
31
dwm.1
@@ -20,14 +20,13 @@ Windows are grouped by tags. Each window can be tagged with one or multiple
|
||||
tags. Selecting certain tags displays all windows with these tags.
|
||||
.P
|
||||
Each screen contains a small status bar which displays all available tags, the
|
||||
layout, the number of visible windows, the title of the focused window, and the
|
||||
text read from the root window name property, if the screen is focused. A
|
||||
floating window is indicated with an empty square and a maximised floating
|
||||
window is indicated with a filled square before the windows title. The
|
||||
selected tags are indicated with a different color. The tags of the focused
|
||||
window are indicated with a filled square in the top left corner. The tags
|
||||
which are applied to one or more windows are indicated with an empty square in
|
||||
the top left corner.
|
||||
layout, the title of the focused window, and the text read from the root window
|
||||
name property, if the screen is focused. A floating window is indicated with an
|
||||
empty square and a maximised floating window is indicated with a filled square
|
||||
before the windows title. The selected tags are indicated with a different
|
||||
color. The tags of the focused window are indicated with a filled square in the
|
||||
top left corner. The tags which are applied to one or more windows are
|
||||
indicated with an empty square in the top left corner.
|
||||
.P
|
||||
dwm draws a small border around windows to indicate the focus state.
|
||||
.SH OPTIONS
|
||||
@@ -149,11 +148,17 @@ code. This keeps it fast, secure and simple.
|
||||
.SH BUGS
|
||||
Java applications which use the XToolkit/XAWT backend may draw grey windows
|
||||
only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
|
||||
JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
|
||||
you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
|
||||
can set the following environment variable (to use the older Motif
|
||||
backend instead):
|
||||
.BR AWT_TOOLKIT=MToolkit .
|
||||
JDK 1.6 versions, because it assumes a reparenting window manager. Possible workarounds
|
||||
are using JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or setting the
|
||||
environment variable
|
||||
.BR AWT_TOOLKIT=MToolkit
|
||||
(to use the older Motif backend instead) or running
|
||||
.B xprop -root -f _NET_WM_NAME 32a -set _NET_WM_NAME LG3D
|
||||
or
|
||||
.B wmname LG3D
|
||||
(to pretend that a non-reparenting window manager is running that the
|
||||
XToolkit/XAWT backend can recognize) or when using OpenJDK setting the environment variable
|
||||
.BR _JAVA_AWT_WM_NONREPARENTING=1 .
|
||||
.P
|
||||
GTK 2.10.9+ versions contain a broken
|
||||
.BR Save\-As
|
||||
|
Reference in New Issue
Block a user