This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
applied anydots proposal to let togglefloating restore fixed windows
master
Anselm R. Garbe
18 years ago
parent
f3e672efd8
commit
caa7ab5362
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
client.c
+ 2
- 0
client.c
View File
@ -305,6 +305,8 @@ togglefloating(const char *arg) {
if
(
!
sel
|
|
lt
-
>
arrange
=
=
floating
)
return
;
sel
-
>
isfloating
=
!
sel
-
>
isfloating
;
if
(
sel
-
>
isfloating
&
&
sel
-
>
isfixed
)
resize
(
sel
,
sel
-
>
x
,
sel
-
>
y
,
sel
-
>
minw
,
sel
-
>
minh
,
True
)
;
lt
-
>
arrange
(
)
;
}
Write
Preview
Loading…
Cancel
Save