summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/algernon/tools/max-focused
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-07 21:28:28 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-29 19:48:04 +0200
commit9af995c59b2655fa347e43b1eab2122e72ef7fe3 (patch)
treef76ccbd3ab8c911ae851bb83d13173c5755c7162 /keyboards/ergodox/keymaps/algernon/tools/max-focused
parent30003d48f9a04676b81bf2980a235106ec7886b0 (diff)
downloadqmk_firmware-9af995c59b2655fa347e43b1eab2122e72ef7fe3.tar.gz
qmk_firmware-9af995c59b2655fa347e43b1eab2122e72ef7fe3.tar.xz
Initial structure for Ergodox as subprojects
Only the EZ default keymaps compiles at the moment though.
Diffstat (limited to 'keyboards/ergodox/keymaps/algernon/tools/max-focused')
-rwxr-xr-xkeyboards/ergodox/keymaps/algernon/tools/max-focused5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/algernon/tools/max-focused b/keyboards/ergodox/keymaps/algernon/tools/max-focused
new file mode 100755
index 000000000..4d5220aa8
--- /dev/null
+++ b/keyboards/ergodox/keymaps/algernon/tools/max-focused
@@ -0,0 +1,5 @@
+#! /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