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
90f9b2d982
dwm
/
patch
/
shiftboth.c
8 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Adding shiftboth patch ref. #270
2022-07-04 13:34:41 +02:00
void
shiftboth
(
const
Arg
*
arg
)
{
Refactoring shift functions ref. #270
2022-07-05 13:51:27 +02:00
Arg
shifted
=
shift
(
arg
,
0
)
;
Adding shiftboth patch ref. #270
2022-07-04 13:34:41 +02:00
tag
(
&
shifted
)
;
view
(
&
shifted
)
;
}
Reference in New Issue
Copy Permalink