Initial structure for Ergodox as subprojects
Only the EZ default keymaps compiles at the moment though.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user