Skip to content

Commit

Permalink
Bump ICON_MAX_SIZE
Browse files Browse the repository at this point in the history
Chromium uses 256x256 icons.

Needs fix to Python library on the receiving side:
QubesOS/qubes-linux-utils#54
  • Loading branch information
pwmarcz committed Mar 29, 2020
1 parent fe0b701 commit 1926052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window-icon-updater/icon-sender
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ from xcffib import xproto
import sys
import struct

ICON_MAX_SIZE = 128
ICON_MAX_SIZE = 256


class NoIconError(KeyError):
Expand Down

0 comments on commit 1926052

Please sign in to comment.