From 56294d30a82ec2da6f9ce399740c1ef65a9ddef4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 17:18:46 +0200 Subject: Adding upstream version 3.38.1. Signed-off-by: Daniel Baumann --- data/appdata/resize-window.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/appdata/resize-window.sh (limited to 'data/appdata/resize-window.sh') diff --git a/data/appdata/resize-window.sh b/data/appdata/resize-window.sh new file mode 100644 index 0000000..242152f --- /dev/null +++ b/data/appdata/resize-window.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# aim for a size of 1200x675, but wmctrl doesn't seem to take into account +# the size of the window borders +wmctrl -r Software -e 0,-1,-1,1224,700 +wmctrl -a Software -- cgit v1.2.3