mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
9af995c59b
Only the EZ default keymaps compiles at the moment though.
5 lines
197 B
Bash
Executable file
5 lines
197 B
Bash
Executable file
#! /bin/sh
|
|
WIN="$(xdotool getactivewindow)"
|
|
wmctrl -i -r ${WIN} -b remove,maximized_vert,maximized_horz
|
|
xdotool windowsize ${WIN} 100% 100%
|
|
wmctrl -i -r ${WIN} -b add,maximized_vert,maximized_horz
|