Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ofarges-dwm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FARGES Olivier
ofarges-dwm
Commits
90687482
Commit
90687482
authored
16 years ago
by
a@null
Browse files
Options
Downloads
Patches
Plain Diff
fixed an issue reported by Nibble, also fixed s/2008/2009/
parent
5ab627c0
Branches
Branches containing commit
Tags
5.4.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
config.mk
+1
-1
1 addition, 1 deletion
config.mk
dwm.c
+2
-2
2 additions, 2 deletions
dwm.c
with
4 additions
and
4 deletions
LICENSE
+
1
−
1
View file @
90687482
MIT/X Consortium License
© 2006-200
8
Anselm R Garbe <garbeam at gmail dot com>
© 2006-200
9
Anselm R Garbe <garbeam at gmail dot com>
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
© 2006-2007 Jukka Salmi <jukka at salmi dot ch>
© 2007 Premysl Hruby <dfenze at gmail dot com>
...
...
This diff is collapsed.
Click to expand it.
config.mk
+
1
−
1
View file @
90687482
# dwm version
VERSION
=
5.4
VERSION
=
5.4
.1
# Customize below to fit your system
...
...
This diff is collapsed.
Click to expand it.
dwm.c
+
2
−
2
View file @
90687482
...
...
@@ -1349,7 +1349,7 @@ showhide(Client *c, unsigned int ntiled) {
if
(
!
c
)
return
;
if
(
ISVISIBLE
(
c
))
{
/* show clients top down */
if
(
ntiled
>
1
)
/* avoid unnecessary border reverts */
if
(
c
->
isfloating
||
ntiled
>
1
)
/* avoid unnecessary border reverts */
adjustborder
(
c
,
borderpx
);
XMoveWindow
(
dpy
,
c
->
win
,
c
->
x
,
c
->
y
);
if
(
!
lt
[
sellt
]
->
arrange
||
c
->
isfloating
)
...
...
@@ -1708,7 +1708,7 @@ zoom(const Arg *arg) {
int
main
(
int
argc
,
char
*
argv
[])
{
if
(
argc
==
2
&&
!
strcmp
(
"-v"
,
argv
[
1
]))
die
(
"dwm-"
VERSION
", © 2006-200
8
dwm engineers, see LICENSE for details
\n
"
);
die
(
"dwm-"
VERSION
", © 2006-200
9
dwm engineers, see LICENSE for details
\n
"
);
else
if
(
argc
!=
1
)
die
(
"usage: dwm [-v]
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment