This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
dwm-flexipatch
Watch
2
Star
0
Fork
0
You've already forked dwm-flexipatch
mirror of
https://github.com/bakkeby/dwm-flexipatch
synced
2024-11-16 21:28:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c1e9e0b035
dwm-flexipatch
/
patch
/
shiftboth.c
8 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Adding shiftboth patch ref. #270
2022-07-04 11:34:41 +00:00
void
shiftboth
(
const
Arg
*
arg
)
{
Refactoring shift functions ref. #270
2022-07-05 11:51:27 +00:00
Arg
shifted
=
shift
(
arg
,
0
)
;
Adding shiftboth patch ref. #270
2022-07-04 11:34:41 +00:00
tag
(
&
shifted
)
;
view
(
&
shifted
)
;
}
Reference in New Issue
Copy Permalink