mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: view ~0 should effect by view_current_to_back
This commit is contained in:
parent
d228a9b8a0
commit
7cb2279021
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ void bind_to_view(const Arg *arg) {
|
|||
}
|
||||
|
||||
if ((int)target == INT_MIN && selmon->pertag->curtag == 0) {
|
||||
if (selmon->pertag->prevtag)
|
||||
if (view_current_to_back && selmon->pertag->prevtag)
|
||||
target = 1 << (selmon->pertag->prevtag - 1);
|
||||
else
|
||||
target = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue