by shigemk2

当面は技術的なことしか書かない

2019-08-11から1日間の記事一覧

画面サイズ取得 Linux

環境 Ubuntu 18.0 いろいろあるっぽい #!/bin/bash # Get the coordinates of the active window's # top-left corner, and the window's size. # This excludes the window decoration. unset x y w h eval $(xwininfo -id $(xdotool getactivewindow) | se…