From b4527aa8a72a28c95159a82f9ca8e0f14479fce6 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Fri, 7 Oct 2022 14:44:38 -0400 Subject: [PATCH] Added Zutty styling --- .mlvwm/apps/.AppsManifest | 1 + .mlvwm/apps/zutty | 25 +++++++++++++++++++++++++ README.md | 3 ++- 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 .mlvwm/apps/zutty diff --git a/.mlvwm/apps/.AppsManifest b/.mlvwm/apps/.AppsManifest index 7389239..bbcfeeb 100644 --- a/.mlvwm/apps/.AppsManifest +++ b/.mlvwm/apps/.AppsManifest @@ -20,3 +20,4 @@ Read .mlvwm/apps/xmessage Read .mlvwm/apps/xosview Read .mlvwm/apps/xterm Read .mlvwm/apps/xwf +Read .mlvwm/apps/zutty diff --git a/.mlvwm/apps/zutty b/.mlvwm/apps/zutty new file mode 100644 index 0000000..ec5c7db --- /dev/null +++ b/.mlvwm/apps/zutty @@ -0,0 +1,25 @@ +Menu Zutty-File, Label "File", Left +"New Window" Action Exec "zutty" exec zutty +"Close Window" Action SendMessage "exit" N+Return +"" NonSelect +"Quit" NonSelect, Gray +END + +Menu Zutty-Edit, Label "Edit", Left +"Undo" NonSelect, Gray +"" NonSelect +"Cut" NonSelect, Gray +"Copy" Action SendMessage SC+C +"Paste" Action SendMessage SC+V +"Paste Selection" Action SendMessage S+Insert +END + +MenuBar Zutty +Zutty-File +Zutty-Edit +END + +Style +"Zutty" MaxmizeScale 80x80, NoSBarH, NoSBarV +"Zutty" MiniIcon mini-sh.xpm, MenuBar Zutty +END diff --git a/README.md b/README.md index 5bd8ade..574e6ae 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,9 @@ Configurations for the following X11 applications are included: * Xmag * Xmessage * [Xosview2](http://xosview.sourceforge.net/) -* [Xterm] +* Xterm * [Xwf](https://github.com/morgant/xwf) +* [Zutty](https://github.com/tomszilagyi/zutty) ## MENU EXTRAS