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
6b7246cb90
dwm
/
patch
/
shiftview.c
7 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
Added shiftview patch
2020-01-29 14:22:24 +01:00
void
shiftview
(
const
Arg
*
arg
)
{
Refactoring shift functions ref. #270
2022-07-05 13:51:27 +02:00
Arg
shifted
=
shift
(
arg
,
0
)
;
Added shiftview patch
2020-01-29 14:22:24 +01:00
view
(
&
shifted
)
;
Adding shiftview patch
2020-05-03 16:09:05 +02:00
}
Reference in New Issue
Copy Permalink