diff options
author | 2018-11-16 11:14:28 +0900 | |
---|---|---|
committer | 2018-11-16 11:46:39 +0100 | |
commit | eb83ae91e34d021b10180fef5f2752b32fc54837 (patch) | |
tree | 23e2672f14e68cc6981c2e3ac2a66255b7dadc65 /runxdg.toml | |
parent | 0c4c9bb6db649445d3a3aa91088d4ccec7cceae2 (diff) |
Revert "Add window-size switch for AGL window size"
This reverts commit 0c4c9bb6db649445d3a3aa91088d4ccec7cceae2.
Diffstat (limited to 'runxdg.toml')
-rw-r--r-- | runxdg.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runxdg.toml b/runxdg.toml index ebd317c..c5f426e 100644 --- a/runxdg.toml +++ b/runxdg.toml @@ -14,7 +14,6 @@ path = "/opt/chromium53/chrome" params = [ "--in-process-gpu", - "--user-data-dir=/opt/chromium53/workdir", - "--window-size=608,837" + "--user-data-dir=/opt/chromium53/workdir" ] |