Added Zutty styling

This commit is contained in:
Morgan Aldridge 2022-10-07 14:44:38 -04:00
parent 547562c3dd
commit b4527aa8a7
3 changed files with 28 additions and 1 deletions

View File

@ -20,3 +20,4 @@ Read .mlvwm/apps/xmessage
Read .mlvwm/apps/xosview
Read .mlvwm/apps/xterm
Read .mlvwm/apps/xwf
Read .mlvwm/apps/zutty

25
.mlvwm/apps/zutty Normal file
View File

@ -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

View File

@ -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