diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-09 18:43:08 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-09 18:43:08 +0200 |
commit | 9a4252595230e006b75fbb4fc63170a79e06fc36 (patch) | |
tree | 579578b9620c406945cec10b2b695d03aa53b0c9 /movestack.c | |
parent | perfect (diff) | |
download | dwm-9a4252595230e006b75fbb4fc63170a79e06fc36.tar.gz dwm-9a4252595230e006b75fbb4fc63170a79e06fc36.tar.bz2 dwm-9a4252595230e006b75fbb4fc63170a79e06fc36.tar.xz dwm-9a4252595230e006b75fbb4fc63170a79e06fc36.tar.zst dwm-9a4252595230e006b75fbb4fc63170a79e06fc36.zip |
Updated to 6.3
Diffstat (limited to '')
-rw-r--r-- | movestack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/movestack.c b/movestack.c index c040462..8d22a6b 100644 --- a/movestack.c +++ b/movestack.c @@ -46,4 +46,3 @@ movestack(const Arg *arg) { arrange(selmon); } } - |