This website requires JavaScript.
Explore
Help
Register
Sign In
osama
/
dwm
Watch
1
Star
0
Fork
0
You've already forked dwm
mirror of
https://github.com/mintycube/dwm.git
synced
2024-10-22 14:05:45 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ace6f1cd88
dwm
/
patch
/
shiftviewclients.c
7 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
Adding shiftviewclients files
2020-05-05 19:54:02 +02:00
void
shiftviewclients
(
const
Arg
*
arg
)
{
Refactoring shift functions ref. #270
2022-07-05 13:51:27 +02:00
Arg
shifted
=
shift
(
arg
,
1
)
;
Adding shiftviewclients files
2020-05-05 19:54:02 +02:00
view
(
&
shifted
)
;
sed source files to end with 1 new line
2021-06-14 07:16:17 +02:00
}
Reference in New Issue
Copy Permalink