Skip to content

Commit

Permalink
work around some issue in an experimental branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Apr 13, 2023
1 parent 715eba7 commit 6db2c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ static void init_animation(session_t *ps, struct managed_win *w) {
enum open_window_animation animation;
bool transient_window = is_transient(ps, w);

if (w->in_desktop_animation) {
if (w->in_desktop_animation || w->window_type == WINTYPE_DESKTOP) {
animation = OPEN_WINDOW_ANIMATION_NONE;
} else {
animation = ps->o.wintype_option[w->window_type].animation;
Expand Down

0 comments on commit 6db2c5a

Please sign in to comment.