forked from forks/qmk_firmware
9af995c59b
Only the EZ default keymaps compiles at the moment though.
6 lines
197 B
Bash
Executable file
6 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
|