From 32ac5d9b885bec69be2785ad544ba6c473418ce8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 18:46:29 +0000 Subject: [PATCH] add action and design for resizing a window --- util/epist/DESIGN | 3 ++- util/epist/actions.hh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2