Added Xterm styling

This commit is contained in:
Morgan Aldridge
2019-01-05 23:06:25 -05:00
parent af1aeed4e8
commit 88bb8de350
2 changed files with 17 additions and 2 deletions

View File

@@ -95,5 +95,4 @@ Style
END END
# Read other configuration # Read other configuration
#Read Mlvwmrc-Xterm Read .mlvwm/apps/*
#Read Mlvwmrc-Netscape

16
.mlvwm/apps/xterm Normal file
View File

@@ -0,0 +1,16 @@
Menu xterm-file, Label "File", Left
"New" Action Exec "xterm" exec xterm -ls
"" NonSelect
"Quit" Action SendMessage "exit" Return
END
MenuBar xterm
xterm-file
def-Edit
END
Style
"*Term" MaxmizeScale 80x80, NoSBarH, NoSBarV
"*Term" MiniIcon mini-term.xpm, MenuBar xterm
END