diff --git a/util/epist/DESIGN b/util/epist/DESIGN index 3f1e549e..545c9edf 100644 --- a/util/epist/DESIGN +++ b/util/epist/DESIGN @@ -16,7 +16,8 @@ Epist design notes, by woodblock - send to desktop - toggle shade - sticky -- move window (?) +- move window +- resize window - next/prev window (special orders like stacking, grouping, etc?) - maximize/minimize - no stupid window diff --git a/util/epist/actions.hh b/util/epist/actions.hh index aefe6282..bfd16abe 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -46,6 +46,8 @@ public: moveWindowDown, //done moveWindowLeft, //done moveWindowRight, //done + resizeWindowWidth, + resizeWindowHeight, toggleMaximizeFull, //done toggleMaximizeVertical, //done